Compartilhar via


Propriedade do RDL CustomLabel.Placement

Gets an expression that evaluates to the placement of the label relative to the scale.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
    Get
'Uso
Dim instance As CustomLabel 
Dim value As ReportEnumProperty(Of GaugeLabelPlacements)

value = instance.Placement
public ReportEnumProperty<GaugeLabelPlacements> Placement { get; }
public:
property ReportEnumProperty<GaugeLabelPlacements>^ Placement {
    ReportEnumProperty<GaugeLabelPlacements>^ get ();
}
member Placement : ReportEnumProperty<GaugeLabelPlacements>
function get Placement () : ReportEnumProperty<GaugeLabelPlacements>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeLabelPlacements>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

CustomLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering