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.
Indicates where the pointer will start if it is of type Bar.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BarStart As ReportExpression(Of BarStartTypes)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BarStartTypes>
A ReportExpression<T> object.