共用方式為


Length 屬性

Length of the tickmark, as a percentage of the chart size.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Length As ReportExpression(Of Double)
    Get
    Set
'用途
Dim instance As ChartTickMarks
Dim value As ReportExpression(Of Double)

value = instance.Length

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