Поделиться через


SubReport.NoRows Property

Indicates whether there is an empty dataset.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property NoRows As Boolean
public bool NoRows { get; }
public:
property bool NoRows {
    bool get ();
}
/** @property */
public boolean get_NoRows ()
public function get NoRows () : boolean

Значение свойства

A Boolean indicating whether there are rows in the dataset. A value of true indicates there is data. A value of false indicates the dataset is empty and the NoRowMessage should be displayed.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace