Freigeben über


CustomLabelInstance.Placement-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelPlacements
A GaugeLabelPlacements value that represents the calculated value of the Placement property.

Siehe auch

Verweis

CustomLabelInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace