Creates new instance of the DataNavigationManager class.
Namespace:
PerpetuumSoft.Reporting.DataAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public DataNavigationManager( IDataSourceManager dataSourceManager ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ dataSourceManager As IDataSourceManager _ ) |
| Visual C++ |
|---|
public: DataNavigationManager( IDataSourceManager^ dataSourceManager ) |
Parameters
- dataSourceManager
- Type: PerpetuumSoft.Reporting.Data..::.IDataSourceManager