TdxSpreadSheetCustomReportLink.PrintAreaExists Method
Identifies if the report link uses the custom print area.
Declaration
function PrintAreaExists: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns False if the PrintArea property is set to dxPSEmptySSPrintArea; otherwise – True. If the PrintAreaExists function returns False, the report link uses the printed worksheet‘s Dimensions property value as the actual printed area.
Note
Call the ClearPrintArea procedure to discard the custom print area.
See Also