Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Length As ReportExpression(Of Double)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.