BarStart 속성
Indicates where the pointer will start if it is of type Bar.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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< (Of < ( <'GaugeBarStarts> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.