다음을 통해 공유


Layout 속성

The arrangement of labels within the legend.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property Layout As ReportEnumProperty(Of ChartLegendLayouts)
    Get
‘사용 방법
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartLegendLayouts)

value = instance.Layout
public ReportEnumProperty<ChartLegendLayouts> Layout { get; }
public:
property ReportEnumProperty<ChartLegendLayouts>^ Layout {
    ReportEnumProperty<ChartLegendLayouts>^ get ();
}
member Layout : ReportEnumProperty<ChartLegendLayouts>
function get Layout () : ReportEnumProperty<ChartLegendLayouts>