GaugePointer.BarStart Property
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BarStartTypes>
A ReportExpression<T> object.