ChartAxis.LabelIntervalOffsetType 属性
Gets the units for the LabelIntervalOffset.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property LabelIntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
Get
Set
用法
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartIntervalOffsetTypes)
value = instance.LabelIntervalOffsetType
instance.LabelIntervalOffsetType = value
public ReportExpression<ChartIntervalOffsetTypes> LabelIntervalOffsetType { get; set; }
public:
property ReportExpression<ChartIntervalOffsetTypes> LabelIntervalOffsetType {
ReportExpression<ChartIntervalOffsetTypes> get ();
void set (ReportExpression<ChartIntervalOffsetTypes> value);
}
member LabelIntervalOffsetType : ReportExpression<ChartIntervalOffsetTypes> with get, set
function get LabelIntervalOffsetType () : ReportExpression<ChartIntervalOffsetTypes>
function set LabelIntervalOffsetType (value : ReportExpression<ChartIntervalOffsetTypes>)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalOffsetTypes>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalOffsetTypes>] object.