Skip to main content

TCustomdxComponentPrinter.Explorer Property

Specifies the component that provides report exploring capabilities for the component printer.

Declaration

property Explorer: TCustomdxPSExplorer read; write;

Property Value

Type
TCustomdxPSExplorer

Remarks

The ExpressPrinting System enables you to add report exploring facilities to your application. To do this, you need to place a TdxPSFileBasedExplorer or TdxPSDBBasedExplorer component onto a form, change its settings as required and assign it to the Explorer property. In this case, the print preview window displays the explorer panel whose visibility is controlled by the special toolbar button and menu item. The image below shows an example of a print preview window with an explorer visible.

To invoke the print preview in report explorer mode, call the component printer’s Explore method.

See Also