ActionInfoWithDynamicImageMapCollection Class

Definition

Represents a collection of ActionInfoWithDynamicImageMap objects.

public ref class ActionInfoWithDynamicImageMapCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMap ^>
public sealed class ActionInfoWithDynamicImageMapCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMap>
type ActionInfoWithDynamicImageMapCollection = class
    inherit ReportElementCollectionBase<ActionInfoWithDynamicImageMap>
Public NotInheritable Class ActionInfoWithDynamicImageMapCollection
Inherits ReportElementCollectionBase(Of ActionInfoWithDynamicImageMap)
Inheritance
ActionInfoWithDynamicImageMapCollection

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

Methods

GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to