ChartLegendCustomItemCollection Class
Represents a collection of ChartLegendCustomItem objects.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartLegendCustomItemCollection _
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
'Usage
Dim instance As ChartLegendCustomItemCollection
public sealed class ChartLegendCustomItemCollection : ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
public ref class ChartLegendCustomItemCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItem^, ChartLegendCustomItemInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCollection =
class
inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
end
public final class ChartLegendCustomItemCollection extends ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
The ChartLegendCustomItemCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Overrides ChartObjectCollectionBase<T, U>.Count.) | |
Item | Gets an item in the collection by its index. (Inherited from ChartObjectCollectionBase<T, U>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEnumerator | Infrastructure. Gets an enumerator that iterates through the collection. (Inherited from ChartObjectCollectionBase<T, U>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Infrastructure. Gets an enumerator that iterates through the collection. (Inherited from ChartObjectCollectionBase<T, U>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace