GaugePointerInstance.Placement Property
Gets the calculated value of the Placement property in a GaugePointer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Placement As GaugePointerPlacements
Get
'Usage
Dim instance As GaugePointerInstance
Dim value As GaugePointerPlacements
value = instance.Placement
public GaugePointerPlacements Placement { get; }
public:
property GaugePointerPlacements Placement {
GaugePointerPlacements get ();
}
member Placement : GaugePointerPlacements
function get Placement () : GaugePointerPlacements
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugePointerPlacements
A GaugePointerPlacements value that represents the calculated value of the Placement property.