Initializes a new instance of the BCReportsDialog class.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCReportsDialog( BCRepository repository, BCServiceProvider services, IEnumerable<string> scopeDocumentIDs ) |
Visual Basic |
---|
Public Sub New ( _ repository As BCRepository, _ services As BCServiceProvider, _ scopeDocumentIDs As IEnumerable(Of String) _ ) |
Visual C++ |
---|
public: BCReportsDialog( BCRepository^ repository, BCServiceProvider^ services, IEnumerable<String^>^ scopeDocumentIDs ) |
Parameters
- repository
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepository
The connection to the vault that contains baselines to show.
- services
- Type: BlueCieloECM.InnoCielo.Meridian.Client..::..BCServiceProvider
The context for the dialog.
- scopeDocumentIDs
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of document ID property values that represent the scope of the report.