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(String)
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>) Called before starting to asynchronously export 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) Logs the opening report event in the Web Document Viewer and provides information about the report in the Web Document Viewer’s internal repository (and its associated document if this document has already been generated).
ReportOpening(String, String, String, XtraReport, CachedReportSourceWeb)
ReportOpening(String, String, String, XtraReport) Logs the opening report event in the Web Document Viewer and provides information about the report in the Web Document Viewer’s internal repository (and its associated document if this document has already been generated).
ReportOpeningAsync(String, String, String, XtraReport, CachedReportSourceWeb)
ToString() Returns a string that represents the current object. Inherited from Object.
See Also