Свойство ChartLegend.ChartLegendColumns
Gets the legend columns.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)
Get
Set
'Применение
Dim instance As ChartLegend
Dim value As IList(Of ChartLegendColumn)
value = instance.ChartLegendColumns
instance.ChartLegendColumns = value
public IList<ChartLegendColumn> ChartLegendColumns { get; set; }
public:
property IList<ChartLegendColumn^>^ ChartLegendColumns {
IList<ChartLegendColumn^>^ get ();
void set (IList<ChartLegendColumn^>^ value);
}
member ChartLegendColumns : IList<ChartLegendColumn> with get, set
function get ChartLegendColumns () : IList<ChartLegendColumn>
function set ChartLegendColumns (value : IList<ChartLegendColumn>)
Значение свойства
Тип: System.Collections.Generic.IList<ChartLegendColumn>
An IList<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel