Partilhar via


Propriedade do RDL ChartAxisInstance.IntervalOffsetType

Gets the calculated value of the IntervalOffsetType property in a ChartAxis class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property IntervalOffsetType As ChartIntervalType 
    Get
'Uso
Dim instance As ChartAxisInstance 
Dim value As ChartIntervalType 

value = instance.IntervalOffsetType
public ChartIntervalType IntervalOffsetType { get; }
public:
property ChartIntervalType IntervalOffsetType {
    ChartIntervalType get ();
}
member IntervalOffsetType : ChartIntervalType
function get IntervalOffsetType () : ChartIntervalType

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType value that represents the calculated value of the IntervalOffsetType property.

Consulte também

Referência

ChartAxisInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering