LabelInterval の単位を取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property LabelIntervalType As ReportExpression(Of ChartIntervalTypes)
Get
Set
'使用
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartIntervalTypes)
value = instance.LabelIntervalType
instance.LabelIntervalType = value
public ReportExpression<ChartIntervalTypes> LabelIntervalType { get; set; }
public:
property ReportExpression<ChartIntervalTypes> LabelIntervalType {
ReportExpression<ChartIntervalTypes> get ();
void set (ReportExpression<ChartIntervalTypes> value);
}
member LabelIntervalType : ReportExpression<ChartIntervalTypes> with get, set
function get LabelIntervalType () : ReportExpression<ChartIntervalTypes>
function set LabelIntervalType (value : ReportExpression<ChartIntervalTypes>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>
ReportExpression<T> オブジェクトです。