Propriedade do RDL NoDataText
Gets the calculated value of the NoDataText property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
A string value that represents the calculated value of the NoDataText property.
Consulte também