Propriedade do RDL Layout
The arrangement of labels within the legend.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartLegendLayouts> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.