Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.Explorer Property

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

#Declaration

Delphi
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