Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The arrangement of labels within the legend.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
Get
Set
'Usage
Dim instance As ChartLegend
Dim value As ReportExpression(Of ChartLegendLayouts)
value = instance.Layout
instance.Layout = value
public ReportExpression<ChartLegendLayouts> Layout { get; set; }
public:
property ReportExpression<ChartLegendLayouts> Layout {
ReportExpression<ChartLegendLayouts> get ();
void set (ReportExpression<ChartLegendLayouts> value);
}
member Layout : ReportExpression<ChartLegendLayouts> with get, set
function get Layout () : ReportExpression<ChartLegendLayouts>
function set Layout (value : ReportExpression<ChartLegendLayouts>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLegendLayouts>
A ReportExpression<T> object.