Skip to main content
A newer version of this page is available. .

WebDocumentViewerOperationLogger Methods

A service that allows you to handle and log report processing and document generation events in the Web Document Viewer control.
Name Description
BuildStarted(String, String, ReportBuildProperties) Called after building a report document has started and provides information about the created document’s ID in the Web Document Viewer’s internal repository.
BuildStarted(String, String, String, ReportBuildProperties) Called after building a report document has started and provides information about the created document’s ID in the Web Document Viewer’s internal repository.
BuildStartedAsync(String, String, String, ReportBuildProperties)
BuildStarting(String, XtraReport, ReportBuildProperties) Called before starting to asynchronously build a report document.
BuildStarting(String, String, XtraReport, ReportBuildProperties) Called before starting to asynchronously build a report document.
BuildStartingAsync(String, String, XtraReport, ReportBuildProperties)
CacheCleaned() Called after a cache has been cleaned.
CachedDocumentReleased(String)
CachedDocumentSourceDeserialized(String, CachedDocumentSource, GeneratedDocumentDetails, DocumentStorage)
CachedDocumentSourceSerializing(String, CachedDocumentSource, GeneratedDocumentDetails, DocumentStorage, PrintingSystemBase)
CachedReportReleased(ReportCacheItem)
CachedReportReleased(String)
CustomizeExportDocumentOnFinish(String, String, ExportedDocument) Allows you to retrieve and modify export results.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportDocument(String, String, ExportOptions, PrintingSystemBase) Logs the export document event and provides information about the specified export options.
ExportDocumentStarting(String, String, String, ExportOptions, PrintingSystemBase, Func<ExportedDocument>) The method allows you to implement custom logic for asynchronous export of a report document.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ReleaseDocument(String) Logs the request for a document’s release event from the Web Document Viewer’s internal repository.
ReleaseReport(String) Logs the request for a report release event from the Web Document Viewer’s internal repository.
ReportLoadedFromLayout(String, XtraReport, out CachedReportSourceWeb) Called when a report is restored from a serialized layout contained in a storage medium (file system, cloud services) under certain conditions.
ReportLoadedFromLayout(String, XtraReport) Called when a report is restored from a serialized layout under certain conditions.
ReportOpening(String, String, XtraReport) Called when the Document Viewer loads a report. Allows you to modify a report before it is loaded.
ReportOpening(String, String, String, XtraReport, CachedReportSourceWeb) Called when the Document Viewer loads a report. Allows you to modify a report before it is loaded.
ReportOpening(String, String, String, XtraReport) Called when the Document Viewer loads a report. Allows you to modify a report before it is loaded.
ReportOpeningAsync(String, String, String, XtraReport, CachedReportSourceWeb) Asynchronous method that is called when the Document Viewer loads a report. Allows you to modify a report before it is loaded.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also