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