Partager via


Propriété MapLegendInstance.Layout

Gets the calculated value of the Layout property in a MapLegend class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Layout As MapLegendLayout 
    Get
'Utilisation
Dim instance As MapLegendInstance 
Dim value As MapLegendLayout 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.MapLegendLayout
A MapLegendLayout value that represents the calculated value of the Layout property.

Voir aussi

Référence

MapLegendInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering