Właściwość MapColorScale.LabelFormat
Pobiera lub ustawia format etykiety skala kolorów mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property LabelFormat As ReportExpression
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także