Proprietà MapColorScale.LabelFormat
Gets or sets the label format for a map color scale.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property LabelFormat As ReportExpression
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.