Click or drag to resize
BCReportsDialog Constructor (BCRepository, BCServiceProvider, String)
Initializes a new instance of the BCReportsDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCReportsDialog(
	BCRepository repository,
	BCServiceProvider services,
	string scopeID
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to the vault that contains baselines to show.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the dialog.
scopeID
Type: SystemString
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