Propriedade do RDL GaugePointer.Placement
Gets a value that determines where the pointer should be placed relative to the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugePointerPlacements)
Get
'Uso
Dim instance As GaugePointer
Dim value As ReportEnumProperty(Of GaugePointerPlacements)
value = instance.Placement
public ReportEnumProperty<GaugePointerPlacements> Placement { get; }
public:
property ReportEnumProperty<GaugePointerPlacements>^ Placement {
ReportEnumProperty<GaugePointerPlacements>^ get ();
}
member Placement : ReportEnumProperty<GaugePointerPlacements>
function get Placement () : ReportEnumProperty<GaugePointerPlacements>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugePointerPlacements>
A ReportEnumProperty<EnumType> object that determines where the pointer should be placed relative to the scale.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering