Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Query Class
Properties Methods


In This Topic
    Query Class Members
    In This Topic

    The following tables list the members exposed by Query.

    Public Properties
     NameDescription
    Public PropertyGets or sets the query to execute to obtain the data for the report. Can be specified as expression.  
    Public PropertyGets or sets the value indicating what type of query is contained in the CommandText.  
    Public PropertyGets or sets name of DataSource to execute the query against.  
    Public PropertyGets a DataSet object containing this Query object.  
    Public PropertyGets the QueryParameters collection containing a list of parameters that are passed to the data source as part of the query.  
    Public PropertyGets or sets the number of seconds to allow for the query to run before timing out. Must be nonnegative. If zero (default), the query should not time out. Max: 2147483647.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another Query to the current object.  
    Top
    See Also