MapColorScale.NoDataText 属性

Gets the label for the map color scale that is to be used with colors that have no data associated with them.

命名空间:  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