Partager via


Propriété ChartAxis.IntervalOffsetType

Gets the default units for the IntervalOffset.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Utilisation
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartIntervalType)

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

Valeur de propriété

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

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering