LabelFormat 屬性
Gets or sets the label format for a map color scale.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property LabelFormat As ReportExpression
Get
Set
'用途
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)