Właściwość MapColorScale.LabelInterval
Pobiera interwał między etykietami w skali kolorów mapy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property LabelInterval As ReportIntProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty obiektu.
Zobacz także