ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IParameter Interface
Members

In This Topic
    IParameter Interface
    In This Topic
    Represents a contract for defining report parameters.
    Object Model
    IParameter Interface
    Syntax
    'Declaration
     
    Public Interface IParameter 
    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.
    See Also