ChartLegendCustomItem.ChartLegendCustomItemCells 属性
此 API 支持 基础结构,但不能通过代码直接使用。
The legend cells in the custom legend item.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property ChartLegendCustomItemCells As IList(Of ChartLegendCustomItemCell)
Get
Set
用法
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>)
属性值
类型:System.Collections.Generic.IList<ChartLegendCustomItemCell>
An IList<T> object.