Propriété BarStart
Indicates where the pointer will start if it is of type Bar.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property BarStart As ReportExpression(Of BarStartTypes)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'BarStartTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.