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

WebDocumentViewerOperationLogger Members

A service enabling you to log events related to processing reports and generated documents by the Web Document Viewer engine.

Constructors

Name Description
WebDocumentViewerOperationLogger() Initializes a new instance of the WebDocumentViewerOperationLogger class with the default settings.

Methods

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.
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.
CacheCleaned() Called after a cache has been cleaned.
CachedDocumentSourceDeserialized(String, CachedDocumentSource, GeneratedDocumentDetails, DocumentStorage)
CachedDocumentSourceSerializing(String, CachedDocumentSource, GeneratedDocumentDetails, DocumentStorage, PrintingSystemBase)
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)
ReportLoadedFromLayout(String, XtraReport) For internal use.
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) 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).
ToString() Returns a string that represents the current object. Inherited from Object.
See Also