Свойство SubReport.NoRowsMessage
Gets an expression that evaluates to the message that is displayed when the subreport contains no rows.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property NoRowsMessage As ReportStringProperty
Get
'Применение
Dim instance As SubReport
Dim value As ReportStringProperty
value = instance.NoRowsMessage
public ReportStringProperty NoRowsMessage { get; }
public:
property ReportStringProperty^ NoRowsMessage {
ReportStringProperty^ get ();
}
member NoRowsMessage : ReportStringProperty
function get NoRowsMessage () : ReportStringProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering