BCRepositoryExecuteReport Method (String, IEnumerableString) |
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,
IEnumerable<string> scopeDocumentIDs
)
Public Function ExecuteReport (
objectID As String,
scopeDocumentIDs As IEnumerable(Of String)
) As BCReadOnlyCollection(Of BCDocument)
Parameters
- objectID
- Type: SystemString
The ID property value of the report to execute. - scopeDocumentIDs
- Type: System.Collections.GenericIEnumerableString
The collection of document ID property values that represent the scope
of the report. Can be .
Folders can be taken into account: if the ID property value from the
collection is the ID property value of a folder,
all documents from it will be added into the resulting
query (not recursively).
Return Value
Type:
BCReadOnlyCollectionBCDocumentThe collection of documents that belong to the report.
See Also