Proprietà TickMarkStyle.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.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property Length As ReportExpression(Of Double)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.