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

Glossary Item Box

Returns the parameters found in the command's current CommandText Property.

Syntax

Visual Basic (Declaration) 
Function DeriveParameters() As IDataParameterCollection
C# 
IDataParameterCollection DeriveParameters()

Return Value

An IDataParameterCollection Interface containing the parameters from the command text.

See Also