Skip to main content

TdxPSFileBasedExplorer Class

Provides functionality to explore report documents stored at a particular path.

Declaration

TdxPSFileBasedExplorer = class(
    TCustomdxPSExplorer
)

Remarks

By default, the print preview window displays the component printer’s current link content. The TdxPSFileBasedExplorer component enables you to provide exploring capabilities to this window. To do this you should add a TdxPSFileBasedExplorer component to your application and assign it to the component printer’s Explorer property. In this case, the preview window’s menu and toolbars will contain additional items/buttons that will enable end-users to display the report tree and manage individual reports. The report tree is displayed with the root path specified by the explorer component’s RootPath property.

When using the TdxPSFileBasedExplorer component, reports are stored in individual files. If this report storing method is not suitable, consider using the TdxPSDBBasedExplorer component, this component stores individual reports in BLOB fields of a dataset.

Inheritance

See Also