Propriedade Placement
Gets the calculated value of the Placement property in a GaugePointer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Placement As GaugePointerPlacements
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePointerPlacements
A GaugePointerPlacements value that represents the calculated value of the Placement property.
Consulte também