Proprietà GaugePointer.BarStart

Indicates where the pointer will start if it is of type Bar.

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

Sintassi

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

value = instance.BarStart

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

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BarStartTypes>
A ReportExpression<T> object.

Vedere anche

Riferimento

GaugePointer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel