[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ReportParameter

ReportParameter Class

Represents a report parameter, which is a name and a list of values pair.

Inheritance
ReportParameter
Implements
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public sealed class ReportParameter : IParameter

Constructors

Name Description
ReportParameter(string)

Initializes a new instance of the ReportParameter class without any values.

ReportParameter(string, ICollection<object>)

Initializes a new instance of the ReportParameter class with multiple values.

ReportParameter(string, object)

Initializes a new instance of the ReportParameter class with a single value.

Properties

Name Description
Name

Gets the name of the report parameter.

Values

Gets the collection of zero or more values for the report parameter.