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