Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportParameter Class / UsedInQuery Property

In This Topic
    UsedInQuery Property
    In This Topic
    Gets or sets value indicating whether the parameter is used in a query in the report. This is necessary to determine if the queries must be rerun if the parameter changes.
    Syntax
    'Declaration
     
    Public Property UsedInQuery As TriState
    public TriState UsedInQuery {get; set;}
    See Also