Właściwość ChartAxisInstance.IntervalType
Pobiera wartość obliczoną IntervalType właściwość w ChartAxis klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property IntervalType As ChartIntervalType
Get
'Użycie
Dim instance As ChartAxisInstance
Dim value As ChartIntervalType
value = instance.IntervalType
public ChartIntervalType IntervalType { get; }
public:
property ChartIntervalType IntervalType {
ChartIntervalType get ();
}
member IntervalType : ChartIntervalType
function get IntervalType () : ChartIntervalType
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType wartości reprezentującej obliczonej wartości IntervalType właściwość.
Zobacz także