TBasedxPrintStyle.PageSetup(Integer,Boolean,Boolean,Boolean,Boolean) Method
Displays the Page Setup dialog window.
Declaration
function PageSetup(AnActivePageIndex: Integer; AShowPreviewBtn: Boolean; AShowPrintBtn: Boolean; out APreviewBtnClicked: Boolean; out APrintBtnClicked: Boolean): Boolean; overload;
Parameters
Name | Type |
---|---|
AnActivePageIndex | Integer |
AShowPreviewBtn | Boolean |
AShowPrintBtn | Boolean |
APreviewBtnClicked | Boolean |
APrintBtnClicked | Boolean |
Returns
Type |
---|
Boolean |
Remarks
Don’t use this method directly - use the TBasedxReportLink.PageSetup method instead.
See Also