ActiveReports Developer 7
CommandText Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbCommand Interface : CommandText Property

Glossary Item Box

Sets or returns the text statement to execute against the data source.  

Syntax

Visual Basic (Declaration) 
Property CommandText As System.String
C# 
System.string CommandText {get; set;}

See Also