Właściwość ChartGridLines.IntervalOffsetType
Pobiera wyrażenie jednostek IntervalOffset.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property IntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także