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