Propriedade do RDL GaugePointer.BarStart
Gets a value that indicates where the Bar pointer starts.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property BarStart As ReportEnumProperty(Of GaugeBarStarts)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeBarStarts>
A ReportEnumProperty<EnumType> object that indicates where the Bar pointer starts.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering