Partilhar via


Propriedade do RDL MapLegendInstance.Layout

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

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

Sintaxe

'Declaração
Public ReadOnly Property Layout As MapLegendLayout 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapLegendInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering