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