GaugePointer.BarStart 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property BarStart As ReportEnumProperty(Of GaugeBarStarts)
    Get
用法
Dim instance As GaugePointer
Dim value As ReportEnumProperty(Of GaugeBarStarts)

value = instance.BarStart
public ReportEnumProperty<GaugeBarStarts> BarStart { get; }
public:
property ReportEnumProperty<GaugeBarStarts>^ BarStart {
    ReportEnumProperty<GaugeBarStarts>^ get ();
}
member BarStart : ReportEnumProperty<GaugeBarStarts>
function get BarStart () : ReportEnumProperty<GaugeBarStarts>