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

behavior
One of the CommandBehavior values.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Overloads Function ExecuteReader( _
   ByVal behavior As CommandBehavior _
) As IDataReader
C# 
IDataReader ExecuteReader( 
   CommandBehavior behavior
)

Parameters

behavior
One of the CommandBehavior values.

See Also