Partager via


Propriété ChartLegend.Layout

Gets an expression that evaluates to the arrangement of labels within the legend.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Layout As ReportEnumProperty(Of ChartLegendLayouts)
    Get
'Utilisation
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>

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartLegendLayouts>
A ReportEnumProperty<EnumType> object.

Voir aussi

Référence

ChartLegend Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering