ChartGridLines.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 ChartGridLines
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>)