次の方法で共有


ChartStripLine.StripWidth プロパティ

ストリップ ラインの幅。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property StripWidth As ReportExpression(Of Double)
    Get 
    Set
'使用
Dim instance As ChartStripLine 
Dim value As ReportExpression(Of Double)

value = instance.StripWidth

instance.StripWidth = value
public ReportExpression<double> StripWidth { get; set; }
public:
property ReportExpression<double> StripWidth {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member StripWidth : ReportExpression<float> with get, set
function get StripWidth () : ReportExpression<double>
function set StripWidth (value : ReportExpression<double>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
ReportExpression<T> オブジェクト。

関連項目

参照

ChartStripLine クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間