Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ChartStripLine
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.