Свойство Layout

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Layout As MapLegendLayout
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLegendLayout
A MapLegendLayout value that represents the calculated value of the Layout property.