Propriedade IntervalOffsetType
Units for the IntervalOffset.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property IntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
Get
'Uso
Dim instance As ChartGridLines
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartIntervalType> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também