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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The legend cells in the custom legend item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
Get
Set
'Usage
Dim instance As ChartLegendCustomItem
Dim value As IList(Of ChartLegendCustomItemCell)
value = instance.ChartLegendCustomItemCells
instance.ChartLegendCustomItemCells = value
public IList<ChartLegendCustomItemCell> ChartLegendCustomItemCells { get; set; }
public:
property IList<ChartLegendCustomItemCell^>^ ChartLegendCustomItemCells {
IList<ChartLegendCustomItemCell^>^ get ();
void set (IList<ChartLegendCustomItemCell^>^ value);
}
member ChartLegendCustomItemCells : IList<ChartLegendCustomItemCell> with get, set
function get ChartLegendCustomItemCells () : IList<ChartLegendCustomItemCell>
function set ChartLegendCustomItemCells (value : IList<ChartLegendCustomItemCell>)
Property Value
Type: System.Collections.Generic.IList<ChartLegendCustomItemCell>
An IList<T> object.