Executes a report with the specified ID property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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, bool recursive ) |
Visual Basic |
---|
Public Function ExecuteReport ( _ objectID As String, _ scopeID As String, _ recursive As Boolean _ ) As BCReadOnlyCollection(Of BCDocument) |
Visual C++ |
---|
public: BCReadOnlyCollection<BCDocument^>^ ExecuteReport( String^ objectID, String^ scopeID, bool recursive ) |
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.
- recursive
- Type: System..::..Boolean
A value indicating whether recursive processing is needed.