Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace