Propriedade NoRows
Gets a Boolean value that indicates whether this SubReportInstance contains any data rows.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property NoRows As Boolean
Get
'Uso
Dim instance As SubReportInstance
Dim value As Boolean
value = instance.NoRows
public bool NoRows { get; }
public:
property bool NoRows {
bool get ();
}
member NoRows : bool
function get NoRows () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if this SubReportInstance does not contain any data rows; otherwise, false.
Consulte também