LabelInterval 속성
Gets the interval between labels in a map color scale.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property LabelInterval As ReportIntProperty
Get
‘사용 방법
Dim instance As MapColorScale
Dim value As ReportIntProperty
value = instance.LabelInterval
public ReportIntProperty LabelInterval { get; }
public:
property ReportIntProperty^ LabelInterval {
ReportIntProperty^ get ();
}
member LabelInterval : ReportIntProperty
function get LabelInterval () : ReportIntProperty