ChartLegendCustomItem.LegendCustomItemCells Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the legend cells in the custom legend item.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCellCollection ^ LegendCustomItemCells { Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCellCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection LegendCustomItemCells { get; }
member this.LegendCustomItemCells : Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection
Public ReadOnly Property LegendCustomItemCells As ChartLegendCustomItemCellCollection
Property Value
Returns ChartLegendCustomItemCellCollection object that represents the legend cells in the custom legend item.