Partager via


Propriété MapColorScaleInstance.NoDataText

Gets the calculated value of the NoDataText property in a MapColorScale class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NoDataText As String 
    Get
'Utilisation
Dim instance As MapColorScaleInstance 
Dim value As String 

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

Valeur de propriété

Type : System.String
A string value that represents the calculated value of the NoDataText property.

Voir aussi

Référence

MapColorScaleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering