ChartGridLines.IntervalType 属性
Units for the Interval.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
Get
Set
用法
Dim instance As ChartGridLines
Dim value As ReportExpression(Of ChartIntervalTypes)
value = instance.IntervalType
instance.IntervalType = value
public ReportExpression<ChartIntervalTypes> IntervalType { get; set; }
public:
property ReportExpression<ChartIntervalTypes> IntervalType {
ReportExpression<ChartIntervalTypes> get ();
void set (ReportExpression<ChartIntervalTypes> value);
}
member IntervalType : ReportExpression<ChartIntervalTypes> with get, set
function get IntervalType () : ReportExpression<ChartIntervalTypes>
function set IntervalType (value : ReportExpression<ChartIntervalTypes>)