Propriedade do RDL MapColorScale.LabelFormat
Gets or sets the label format for a map color scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property LabelFormat As ReportExpression
Get
Set
'Uso
Dim instance As MapColorScale
Dim value As ReportExpression
value = instance.LabelFormat
instance.LabelFormat = value
public ReportExpression LabelFormat { get; set; }
public:
property ReportExpression LabelFormat {
ReportExpression get ();
void set (ReportExpression value);
}
member LabelFormat : ReportExpression with get, set
function get LabelFormat () : ReportExpression
function set LabelFormat (value : ReportExpression)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.