Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property NoDataText As ReportStringProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering