SubReportInstance.NoRows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean
value that indicates whether this SubReportInstance contains any data rows.
public:
property bool NoRows { bool get(); };
public bool NoRows { get; }
member this.NoRows : bool
Public ReadOnly Property NoRows As Boolean
Property Value
true
if this SubReportInstance does not contain any data rows; otherwise, false
.