Executes a report with the specified ID property value.

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,
	string scopeID
)
Visual Basic
Public Function ExecuteReport ( _
	objectID As String, _
	scopeID As String _
) As BCReadOnlyCollection(Of BCDocument)
Visual C++
public:
BCReadOnlyCollection<BCDocument^>^ ExecuteReport(
	String^ objectID, 
	String^ scopeID
)

Parameters

objectID
Type: System..::..String
The ID property value of the report to execute.
scopeID
Type: System..::..String
The ID property value of an object that represents the scope of the report. Can be the ID property value of one of the following objects: BCGlobalSearchQuery, BCStoredSearchQuery, BCSelection or BCFolder.

Return Value

The collection of documents that belong to the report.

See Also