Partager via


Propriété MapLegend.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>

Valeur de propriété

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

Voir aussi

Référence

MapLegend Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering