ChartObjectCollectionBase<T, U> Class
Updated: February 25, 2016
Represents the base class for a collection of chart objects.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionBase<T, U>
Microsoft.ReportingServices.OnDemandReportRendering::ChartAreaCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartAxisCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartCustomPaletteColorCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartDerivedSeriesCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartFormulaParameterCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendColumnCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendCustomItemCellCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendCustomItemCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartStripLineCollection
Microsoft.ReportingServices.OnDemandReportRendering::ChartTitleCollection
generic<typename T, typename U> where T : ChartObjectCollectionItem<U> where U : BaseInstance [DefaultMemberAttribute("Item")] public ref class ChartObjectCollectionBase abstract : IEnumerable<T>, IEnumerable
Type Parameters
- T
The type of the item in the collection base.
- U
The type of the chart object item.
| Name | Description | |
|---|---|---|
![]() | ChartObjectCollectionBase<T, U>() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ChartObjectCollectionBase<T, U> class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | Item[Int32] | Gets an item in the collection by its index. |
| Name | Description | |
|---|---|---|
![]() | CreateChartObject(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a chart object at the specified index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumerator that iterates through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumerator that iterates through the collection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




