Udostępnij przez


Właściwość MapColorScale.NoDataText

Pobiera etykiety dla mapy skala kolorów, który ma być używany z kolorami, które nie zawierają danych skojarzonych z nimi.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property NoDataText As ReportStringProperty
    Get
'Użycie
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