Udostępnij za pośrednictwem


ChartStripLine.StripWidthType Property

Units for the StripWidth.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property StripWidthType As ReportExpression(Of ChartStripWidthTypes)
    Get 
    Set
'Usage
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>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartStripWidthTypes>
A ReportExpression<T> object.

See Also

Reference

ChartStripLine Class

Microsoft.ReportingServices.RdlObjectModel Namespace