ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / QueryParameter Class
Members Example

In This Topic
    QueryParameter Class
    In This Topic
    Represents a QueryParameter element of a Query, containing information about a parameter passed to the data source as part of the query.
    Object Model
    QueryParameter Class
    Syntax
    'Declaration
     
    Public NotInheritable Class QueryParameter 
       Implements IValidateable 
    public sealed class QueryParameter : IValidateable  
    Remarks
    Query parameters are used to dynamically filter data retrieved from the data source by passing user-provided or calculated values.
    Example
    QueryParameter queryParam = new QueryParameter { Name = "StartDate", Value = "=Parameters!StartDate.Value" };
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.QueryParameter

    See Also