Skip to main content

WebDocumentViewerBuilder Members

A builder for the Web Document Viewer.

Constructors

Name Description
WebDocumentViewerBuilder(IHtmlHelper, String) Creates an object of the WebDocumentViewerBuilder class.
WebDocumentViewerBuilder(IHtmlHelper) Creates an object of the WebDocumentViewerBuilder class.

Methods

Name Description
AccessibilityCompliant(Boolean) Enables accessibility mode.
AllowUrlWithJsContent(Boolean) Sets whether or not the execution of the JavaScript code placed in URLs is allowed.
AutoBind(Boolean) Specifies whether to bind the Web Document Viewer to an autogenerated View Model automatically.
Bind(XtraReport) Passes the specified report to the Web Document Viewer.
Bind(CachedReportSourceWeb) Passes the report contained in the specified CachedReportSourceWeb object to the Web Document Viewer.
Bind(WebDocumentViewerModel) Retrieves a report contained in the specified WebDocumentViewerModel object and passes it to the Web Document Viewer.
Bind(String) Retrieves a report and passes it to the Web Document Viewer.
ClientSideEvents(Action<WebDocumentViewerClientSideEventsBuilder>) Provides access to the WebDocumentViewerClientSideEventsBuilder object that allows you to handle the client-side events specific to the Web Document Viewer.
ClientSideModelSettings(Action<ClientSideModelSettings>) Provides settings for the Web Document Viewer‘s View Model.
CssClassName(String) Sets a specified CSS class to be applied to the Web Document Viewer.
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.
ExportSettings(Action<ExportSettings>) Allows you to specify settings that apply to print and export operations.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HandlerUri(String) Sets the custom MVC controller to which requests are sent from a Web Document Viewer.
Height(String) Sets a specified height for the Web Document Viewer‘s element on the page.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MobileMode(Boolean) Sets whether or not the Web Document Viewer should be configured for use on mobile devices.
MobileSettings(Action<MobileViewerSettings>) Provides access to the Web Document Viewer settings that are specific for mobile mode.
Name(String) Sets a specified identifier for the element representing the Web Document Viewer on the page.
Nonce(String) Specifies the nonce value.
OpenReportXmlLayout(Byte[]) Creates a report from the specified XML bytes and then binds this report to the Web Document Viewer.
ProgressBarSettings(Action<ProgressBarSettings>) Provides access to the Web Document Viewer‘s progress bar settings.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoteSourceSettings(Action<RemoteSourceSettings>) Provides access to the Web Document Viewer‘s remote document source settings.
RightToLeft(Boolean) Enables or disables a right-to-left layout in the Web Document Viewer user interface.
SearchSettings(Action<SearchSettings>) Allows you to specify the Web Document Viewer‘s search settings.
TabPanelSettings(Action<TabPanelSettings>) Provides access to the Web Document Viewer‘s tab panel settings.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(String) Sets a specified width for the Web Document Viewer‘s element on the page.
See Also