MapColorScale.LabelFormat 属性
Gets the label format for a map color scale.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property LabelFormat As ReportStringProperty
Get
用法
Dim instance As MapColorScale
Dim value As ReportStringProperty
value = instance.LabelFormat
public ReportStringProperty LabelFormat { get; }
public:
property ReportStringProperty^ LabelFormat {
ReportStringProperty^ get ();
}
member LabelFormat : ReportStringProperty
function get LabelFormat () : ReportStringProperty