Initializes a new instance of the BCReportsDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: 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,
	string scopeID
)
Visual Basic
Public Sub New ( _
	repository As BCRepository, _
	services As BCServiceProvider, _
	scopeID As String _
)
Visual C++
public:
BCReportsDialog(
	BCRepository^ repository, 
	BCServiceProvider^ services, 
	String^ scopeID
)

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.
scopeID
Type: System..::..String
The ID property value of an object that represents the scope of the report. The scope can be defined with one of the following objects: BCGlobalSearchQuery, BCStoredSearchQuery, BCSelection or BCFolder.

See Also