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 the units for the LabelIntervalOffset.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelIntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartIntervalType)
value = instance.LabelIntervalOffsetType
public ReportEnumProperty<ChartIntervalType> LabelIntervalOffsetType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ LabelIntervalOffsetType {
ReportEnumProperty<ChartIntervalType>^ get ();
}
member LabelIntervalOffsetType : ReportEnumProperty<ChartIntervalType>
function get LabelIntervalOffsetType () : ReportEnumProperty<ChartIntervalType>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace