BCRepositoryExecuteReport Method (String, String) |
Executes a report with the specified ID property value.
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,
string scopeID
)
Public Function ExecuteReport (
objectID As String,
scopeID As String
) As BCReadOnlyCollection(Of BCDocument)
Parameters
- objectID
- Type: SystemString
The ID property value of the report to execute. - scopeID
- Type: SystemString
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
Type:
BCReadOnlyCollectionBCDocumentThe collection of documents that belong to the report.
See Also