ActionInfoWithDynamicImageMapCollection Class
Represents a collection of ActionInfoWithDynamicImageMap objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ActionInfoWithDynamicImageMapCollection _
Inherits ReportElementCollectionBase(Of ActionInfoWithDynamicImageMap)
'Usage
Dim instance As ActionInfoWithDynamicImageMapCollection
public sealed class ActionInfoWithDynamicImageMapCollection : ReportElementCollectionBase<ActionInfoWithDynamicImageMap>
public ref class ActionInfoWithDynamicImageMapCollection sealed : public ReportElementCollectionBase<ActionInfoWithDynamicImageMap^>
[<SealedAttribute>]
type ActionInfoWithDynamicImageMapCollection =
class
inherit ReportElementCollectionBase<ActionInfoWithDynamicImageMap>
end
public final class ActionInfoWithDynamicImageMapCollection extends ReportElementCollectionBase<ActionInfoWithDynamicImageMap>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<ActionInfoWithDynamicImageMap>
Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMapCollection
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.