Compartir a través de


ChartAxis.IntervalType Propiedad

Gets the default units for the Interval.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IntervalType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Uso
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartIntervalType)

value = instance.IntervalType
public ReportEnumProperty<ChartIntervalType> IntervalType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ IntervalType {
    ReportEnumProperty<ChartIntervalType>^ get ();
}
member IntervalType : ReportEnumProperty<ChartIntervalType>
function get IntervalType () : ReportEnumProperty<ChartIntervalType>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

ChartAxis Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering