MapColorScaleInstance.NoDataText Property
Gets the calculated value of the NoDataText property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NoDataText As String
Get
'Usage
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
Property Value
Type: System.String
A string value that represents the calculated value of the NoDataText property.