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