Compartir a través de


MapColorScaleInstance.NoDataText Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property NoDataText As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapColorScaleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering