Propriedade Layout

The arrangement of labels within the legend.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Layout As ReportEnumProperty(Of ChartLegendLayouts)
    Get
'Uso
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>