Proprietà ScaleLabels.Placement

Determines where the labels should be placed relative to the scale.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Placement As ReportExpression(Of Placements)
    Get 
    Set
'Utilizzo
Dim instance As ScaleLabels 
Dim value As ReportExpression(Of Placements)

value = instance.Placement

instance.Placement = value
public ReportExpression<Placements> Placement { get; set; }
public:
property ReportExpression<Placements> Placement {
    ReportExpression<Placements> get ();
    void set (ReportExpression<Placements> value);
}
member Placement : ReportExpression<Placements> with get, set
function get Placement () : ReportExpression<Placements>
function set Placement (value : ReportExpression<Placements>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Placements>
A ReportExpression<T> object.

Vedere anche

Riferimento

ScaleLabels Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel