共用方式為


GaugePointer.BarStart 屬性

Gets a value that indicates where the Bar pointer starts.

命名空間:  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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeBarStarts>
A ReportEnumProperty<EnumType> object that indicates where the Bar pointer starts.

請參閱

參考

GaugePointer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間