Właściwość ChartAxis.LabelIntervalType
Pobiera jednostki LabelInterval.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property LabelIntervalType As ReportEnumProperty(Of ChartIntervalType)
Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartIntervalType)
value = instance.LabelIntervalType
public ReportEnumProperty<ChartIntervalType> LabelIntervalType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ LabelIntervalType {
ReportEnumProperty<ChartIntervalType>^ get ();
}
member LabelIntervalType : ReportEnumProperty<ChartIntervalType>
function get LabelIntervalType () : ReportEnumProperty<ChartIntervalType>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także