Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 ChartTickMarks
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering