TdxPrintingRepository.PageSetupReport(TComponent) Method
Invokes the Page Setup dialog for the specified control.
Declaration
procedure PageSetupReport(AComponent: TComponent);
Parameters
Name | Type |
---|---|
AComponent | TComponent |
Remarks
This function supports the internal infrastructure and is not intended to be used directly from your code. Normally, the PageSetupReport procedure is called internally by an instance of the TdxCustomShowPageSetupFormAction class descendant to display the Page Setup dialog for the corresponding DevExpress VCL control.
Calling the PageSetupReport procedure has no effect if the CanBuildReport function returns False for the same control instance.
See Also