Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that determines where the pointer should be placed relative to the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugePointerPlacements)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugePointerPlacements>
A ReportEnumProperty<EnumType> object that determines where the pointer should be placed relative to the scale.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace