Length 속성
Length of the tick mark as a percentage of the parent scale radius for radial gauge, and as a percentage of the width/height for linear gauge, whichever is smaller.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Length As ReportExpression(Of Double)
Get
Set
‘사용 방법
Dim instance As TickMarkStyle
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>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.