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

Glossary Item Box

Executes this command's statement and returns the results accessible with an IDataReader object.  

Syntax

Visual Basic (Declaration) 
Overloads Function ExecuteReader() As IDataReader
C# 
IDataReader ExecuteReader()

See Also