Свойство ChartLegend.Layout
The arrangement of labels within the legend.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLegendLayouts>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel