Compartilhar via


Propriedade do RDL ChartStripLine.IntervalOffsetType

Gets an expression that evaluates to the 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 ChartStripLine 
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<ChartIntervalType>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

ChartStripLine Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering