TdxSpreadSheetCustomReportLink.DataToPrintExist Method
In This Article
Identifies if the associated spreadsheet control’s active worksheet has populated cells.
#Declaration
Delphi
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 Print
See Also