Sdílet prostřednictvím


ChartLegend.Layout Property

The arrangement of labels within the legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

ChartLegend Class

Microsoft.ReportingServices.RdlObjectModel Namespace