ActiveReports Developer 7
DataSource Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataSource Class

Glossary Item Box

The following tables list the members exposed by DataSource.

Public Constructors

 NameDescription
Public ConstructorDataSource ConstructorInitializes a new instance of the DataSource class.  
Top

Public Properties

 NameDescription
Public PropertyConnectionProperties

Gets or sets information used to connect to the data source.

 
Public PropertyDataSourceReference

Gets or sets the full or relative path to the data source reference.

 
Public PropertyName

Gets or sets a value indicating the name of the data source.

 
Public PropertyTransaction

Gets or sets a value indicating whether the data source executes a single transaction for its datasets.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the DataSource object.=  
Top

See Also