다음을 통해 공유


Layout 속성

The arrangement of labels within the legend.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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>)