Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the label for the map color scale that is to be used with colors that have no data associated with them.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NoDataText As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace