Click or drag to resize
BCReportsDialog Constructor (BCRepository, BCServiceProvider, IEnumerableString)
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,
	IEnumerable<string> scopeDocumentIDs
)

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.
scopeDocumentIDs
Type: System.Collections.GenericIEnumerableString
The collection of document ID property values that represent the scope of the report.
See Also