Свойство GaugePointer.BarStart
Indicates where the pointer will start if it is of type Bar.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property BarStart As ReportExpression(Of BarStartTypes)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BarStartTypes>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel