CustomLabelInstance.Placement Property

Gets the calculated value of the Placement property in a CustomLabel 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 CustomLabelInstance
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.