Chart.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.

请参阅

参考

Chart 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间