Represents data source for the document which gets data from the database supporting work through ODBC.

Namespace:  PerpetuumSoft.Reporting.Data
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class OdbcDataSource : SqlBaseDataSource
Visual Basic (Declaration)
Public Class OdbcDataSource _
	Inherits SqlBaseDataSource
Visual C++
public ref class OdbcDataSource : public SqlBaseDataSource

Inheritance Hierarchy

See Also