ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryDesignerDialog Class / Parameters Property

In This Topic
    Parameters Property (QueryDesignerDialog)
    In This Topic
    Gets or sets parameters for SQL query
    Syntax
    'Declaration
     
    Public Property Parameters As QueryParameterInfo()
    public QueryParameterInfo[] Parameters {get; set;}
    See Also