ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Query Class
Properties Methods

In This Topic
    Query Class Members
    In This Topic

    The following tables list the members exposed by Query.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Query class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a query to execute for obtaining data for the report.  
    Public PropertyGets or sets a type of query contained in the CommandText property.  
    Public PropertyGets or sets a name of the data source against which the query will be executed.  
    Public PropertyGets a list of parameters passed to the data source as part of the query.  
    Public PropertyGets or sets the number of seconds allowed for the query to run before timing out.  
    Top
    Public Methods
     NameDescription
    Public MethodValidates the current state of the Query object.  
    Top
    See Also