共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

請參閱

參考

MapColorScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間