TBasedxReportLink.IsEmptyReport Method
In This Article
Ascertain whether a report is empty.
#Declaration
Delphi
function IsEmptyReport: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
The IsEmptyReport method returns True there are no generated pages in the report; Otherwise False.
See Also