Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an expression that evaluates to the units for the Interval.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IntervalType As ReportEnumProperty(Of ChartIntervalType)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace