Click or drag to resize

BCRepository.ExecuteReport 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: System.String
The ID property value of the report to execute.

Return Value

Type: BCReadOnlyCollection<BCDocument>
The collection of documents that belong to the report.
See Also