Condividi tramite


Proprietà ChartLegend.Layout

The arrangement of labels within the legend.

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

Sintassi

'Dichiarazione
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
    Get 
    Set
'Utilizzo
Dim instance As ChartLegend 
Dim value As ReportExpression(Of ChartLegendLayouts)

value = instance.Layout

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

Valore proprietà

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

Vedere anche

Riferimento

ChartLegend Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel