Skip to main content

TCustomdxComponentPrinter.ExplorerStubLink Property

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

Declaration

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