ChartObjectCollectionBase<T, U> Class

 

Updated: February 25, 2016

Represents the base class for a collection of chart objects.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


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.

NameDescription
System_CAPS_protmethodChartObjectCollectionBase<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.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets an item in the collection by its index.

NameDescription
System_CAPS_protmethodCreateChartObject(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.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

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.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::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.

Return to top
Show: