StripWidth 屬性
Width of the strip line.
命名空間: 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< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.