Proprietà GaugePointer.MarkerLength

Gets or sets the length of the marker as a percentage of the parent scale radius.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MarkerLength As ReportExpression(Of Double)
    Get 
    Set
'Utilizzo
Dim instance As GaugePointer 
Dim value As ReportExpression(Of Double)

value = instance.MarkerLength

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

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
The length of the marker as a percentage of the parent scale radius.

Vedere anche

Riferimento

GaugePointer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel