Gets or sets the query to execute to obtain the data for the report.
Visual Basic (Declaration) | |
---|---|
Public Property CommandText As ExpressionInfo |
C# | |
---|---|
public ExpressionInfo CommandText {get; set;} |
Property Value
A String containing the query to execute to obtain the data for the report.