Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value that determines where the pointer should be placed relative to the scale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugePointerPlacements)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugePointerPlacements>
A ReportEnumProperty<EnumType> object that determines where the pointer should be placed relative to the scale.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering