ChartStripLine.StripWidthType 属性

Units for the 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>
A ReportExpression<T> object.

请参阅

参考

ChartStripLine 类

Microsoft.ReportingServices.RdlObjectModel 命名空间