Condividi tramite


Proprietà MapLegend.Layout

Gets the arrangement of labels in the map legend.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Layout As ReportEnumProperty(Of MapLegendLayout)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

MapLegend Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering