ActiveReports 12
CommandText Property (Query)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Query Class : CommandText Property

Gets or sets the query to execute to obtain the data for the report.

Syntax
'Declaration
 
Public Property CommandText As ExpressionInfo
public ExpressionInfo CommandText {get; set;}

Property Value

A String containing the query to execute to obtain the data for the report.

See Also

Reference

Query Class
Query Members