IExportServiceGetExportResultInfos Method

Gets the export result information for exports generated by current user.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
IList<ExportResultInfo> GetExportResultInfos()

Return Value

Type: IListExportResultInfo
The list of ExportResultInfo.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also