Back to Devexpress

TCustomdxComponentPrinter.ExplorerStubLink Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-f0a93ed1.md

latest1.2 KB
Original Source

TCustomdxComponentPrinter.ExplorerStubLink Property

Specifies the report link whose content is displayed within the preview window when none of the explored reports are loaded.

Declaration

delphi
property ExplorerStubLink: TBasedxReportLink read; write;

Property Value

Type
TBasedxReportLink

Remarks

This property is taken into account only when the following conditions are met:

  • An explorer component is assigned to the Explorer property.

  • The explorer is invoked programmatically via the Explore method.

In this case, the preview window provides the report explorer panel that enables end-users to switch between reports saved into a specific location. When no reports are loaded, the print preview displays the content of the report link assigned to the ExplorerStubLink property. If this property value is nil , the print preview displays an empty space.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit