ActiveReports Developer 7
RewrittenCommandText Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > DataSet Class : RewrittenCommandText Property

Glossary Item Box

Gets the command text of this DataSet after it has been rewritten.

Syntax

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

See Also