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

Glossary Item Box

Returns the command text with the parameters expanded into constants.  

Syntax

Visual Basic (Declaration) 
Function GenerateRewrittenCommandText() As System.String
C# 
System.string GenerateRewrittenCommandText()

See Also