IsEmpty Property (C1RdlReport)
In This Topic
Gets a value indicating whether the current report has not been generated (i.e. has no generated pages).
Note that this property does not depend on whether a report definition has been loaded into the current report.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
See Also