Свойство NoDataMessage

Gets the message that is displayed when the chart contains no data.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property NoDataMessage As ChartTitle
    Get
'Применение
Dim instance As Chart
Dim value As ChartTitle

value = instance.NoDataMessage
public ChartTitle NoDataMessage { get; }
public:
property ChartTitle^ NoDataMessage {
    ChartTitle^ get ();
}
member NoDataMessage : ChartTitle
function get NoDataMessage () : ChartTitle

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartTitle
A ChartTitle object.