Class ReportParameterInfoCollection
Represents the collection of parameter information of a report.
Inheritance
System.Object
ReportParameterInfoCollection
Namespace: Syncfusion.Report
Assembly: Syncfusion.Report.Portable.dll
Syntax
public sealed class ReportParameterInfoCollection : List<ReportParameterInfo>
Constructors
ReportParameterInfoCollection()
Declaration
public ReportParameterInfoCollection()
Properties
Item[String]
Declaration
public ReportParameterInfo this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Property Value
Type | Description |
---|---|
ReportParameterInfo |