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