Gets the Query object containing information about the data source, including connection information, query, and so on, required to get the data from the data source.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Query Query { get; }
Visual Basic
Public ReadOnly Property Query As Query
	Get

See Also