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 命名空间