Partager via


Propriété IntervalType

Gets an expression that evaluates to the units for the Interval.

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

Syntaxe

'Déclaration
Public ReadOnly Property IntervalType As ReportEnumProperty(Of ChartIntervalType)
    Get
'Utilisation
Dim instance As ChartGridLines
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>