共用方式為


ChartLegend.Layout 屬性

The arrangement of labels within the legend.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
    Get 
    Set
'用途
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>)

屬性值

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

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間