Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace