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