Свойство SubReportInstance.NoRows
Gets a Boolean value that indicates whether this SubReportInstance contains any data rows.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property NoRows As Boolean
Get
'Применение
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
Значение свойства
Тип: System.Boolean
true if this SubReportInstance does not contain any data rows; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering