다음을 통해 공유


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