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

Glossary Item Box

Overloaded.   

Overload List

OverloadDescription
ExecuteReader()Executes this command's statement and returns the results accessible with an IDataReader object.    
ExecuteReader(CommandBehavior)Executes this command's statement and returns the specified type of results accessible with an IDataReader object.    

See Also