Свойство ChartTickMarks.IntervalOffsetType
Units for the IntervalOffset.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property IntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
Get
Set
'Применение
Dim instance As ChartTickMarks
Dim value As ReportExpression(Of ChartIntervalOffsetTypes)
value = instance.IntervalOffsetType
instance.IntervalOffsetType = value
public ReportExpression<ChartIntervalOffsetTypes> IntervalOffsetType { get; set; }
public:
property ReportExpression<ChartIntervalOffsetTypes> IntervalOffsetType {
ReportExpression<ChartIntervalOffsetTypes> get ();
void set (ReportExpression<ChartIntervalOffsetTypes> value);
}
member IntervalOffsetType : ReportExpression<ChartIntervalOffsetTypes> with get, set
function get IntervalOffsetType () : ReportExpression<ChartIntervalOffsetTypes>
function set IntervalOffsetType (value : ReportExpression<ChartIntervalOffsetTypes>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalOffsetTypes>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel