Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the arrangement of labels in the map legend.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Layout As ReportExpression(Of MapLegendLayouts)
Get
Set
'Utilisation
Dim instance As MapLegend
Dim value As ReportExpression(Of MapLegendLayouts)
value = instance.Layout
instance.Layout = value
public ReportExpression<MapLegendLayouts> Layout { get; set; }
public:
property ReportExpression<MapLegendLayouts> Layout {
ReportExpression<MapLegendLayouts> get ();
void set (ReportExpression<MapLegendLayouts> value);
}
member Layout : ReportExpression<MapLegendLayouts> with get, set
function get Layout () : ReportExpression<MapLegendLayouts>
function set Layout (value : ReportExpression<MapLegendLayouts>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLegendLayouts>
A ReportExpression<T> object.