次の方法で共有


ChartStripLine.StripWidthType プロパティ

StripWidth の単位。

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

構文

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

value = instance.StripWidthType

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

プロパティ値

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

関連項目

参照

ChartStripLine クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間