Propriedade do RDL MapColorScaleInstance.LabelFormat
Gets the calculated value of the LabelFormat property in a MapColorScale class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelFormat As String
Get
'Uso
Dim instance As MapColorScaleInstance
Dim value As String
value = instance.LabelFormat
public string LabelFormat { get; }
public:
property String^ LabelFormat {
String^ get ();
}
member LabelFormat : string
function get LabelFormat () : String
Valor da propriedade
Tipo: System.String
A string value that represents the calculated value of the LabelFormat property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering