共用方式為


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>)