ChartAxis.IntervalOffsetType Property
Gets or sets the default units for the IntervalOffset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
Get
Set
'Usage
Dim instance As ChartAxis
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalOffsetTypes>
A ReportExpression<T> object.