Partager via


Propriété Layout

Gets the arrangement of labels in the map 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 MapLegendLayout)
    Get
'Utilisation
Dim instance As MapLegend
Dim value As ReportEnumProperty(Of MapLegendLayout)

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