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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCReadOnlyCollection<BCDocument> ExecuteReport(
	string objectID
)
Visual Basic
Public Function ExecuteReport ( _
	objectID As String _
) As BCReadOnlyCollection(Of BCDocument)
Visual C++
public:
BCReadOnlyCollection<BCDocument^>^ ExecuteReport(
	String^ objectID
)

Parameters

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

Return Value

The collection of documents that belong to the report.

See Also