[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.IParameter

IParameter Interface

Represents a contract for defining report parameters.

Namespace: GrapeCity.Viewer.Common
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public interface IParameter
Remarks

This interface is used to abstract the details of report parameters, allowing for the specification of both the parameter name and its associated values.

Properties

Name Description
Name

Gets the name of the report parameter.

Values

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