次の方法で共有


NoDataText プロパティ

データが関連付けられていない色に使用するマップ カラー スケールのラベルを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property NoDataText As ReportStringProperty
    Get
'使用
Dim instance As MapColorScale
Dim value As ReportStringProperty

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