TdxSpreadSheetCustomReportLink.DataToPrintExist Method
Identifies if the associated spreadsheet control’s active worksheet has populated cells.
Declaration
function DataToPrintExist: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the printed worksheet’s cell content range has a non-zero size; otherwise – False.
Note
The report link uses the active worksheet’s cell content range as the actual print area if the PrintArea property has the default value.
See Also