Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the arrangement of labels in the map legend.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Layout As ReportExpression(Of MapLegendLayouts)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLegendLayouts>
A ReportExpression<T> object.