Click or drag to resize

BCRepositoryExecuteReport Method (String)

Executes a report with the specified ID property value. DefaultSearchQuery is used as the scope of the report.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCReadOnlyCollection<BCDocument> ExecuteReport(
	string objectID
)

Parameters

objectID
Type: SystemString
The ID property value of the report to execute.

Return Value

Type: BCReadOnlyCollectionBCDocument
The collection of documents that belong to the report.
See Also