MapLegend.Layout Property

Definition

Gets or sets the arrangement of labels in the map legend.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapLegendLayouts> Layout { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapLegendLayouts> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::MapLegendLayouts> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.MapLegendLayouts> Layout { get; set; }
member this.Layout : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.MapLegendLayouts> with get, set
Public Property Layout As ReportExpression(Of MapLegendLayouts)

Property Value

A ReportExpression<T> object.

Applies to