ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / UsedInQuery Property

In This Topic
    UsedInQuery Property (ReportParameter)
    In This Topic
    Gets or sets a value indicating whether the parameter is used in a query within the report.
    Syntax
    'Declaration
     
    Public Property UsedInQuery As ReportParameterUsedInQuery
    public ReportParameterUsedInQuery UsedInQuery {get; set;}

    Property Value

    A ReportParameterUsedInQuery value indicating whether the parameter is used in a query within the report.
    Remarks

    This property helps determine if queries need to be re-executed when the parameter changes.

    ReportParameterUsedInQuery.Auto (default) automatically detects if the parameter is referenced in any query value expression. If so, it returns true; otherwise, false.

    See Also