Skip to main content
All docs
V24.1

IReportParametersPanelClientSideModelGenerator Members

A class used to generate a client-side model for the Standalone Report Parameters Panel component.

Methods

Name Description
GetJsonModelScript(T, ClientSideModelSettings) Serializes the specified client-side Web Document Viewer model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(T) Serializes the specified client-side Web Document Viewer model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(XtraReport, String, ClientSideModelSettings) Generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(XtraReport, String) Generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(CachedReportSourceWeb, String, ClientSideModelSettings) Generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(CachedReportSourceWeb, String) Generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(String, String, ClientSideModelSettings) Generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScript(String, String) Asynchronously generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScriptAsync(XtraReport, String, ClientSideModelSettings) Asynchronously generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScriptAsync(XtraReport, String) Generates a client-side Document Viewer model based on specified data and serializes this model to Json, asynchronously. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScriptAsync(CachedReportSourceWeb, String, ClientSideModelSettings) Generates a client-side Document Viewer model based on specified data and serializes this model to Json, asynchronously. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScriptAsync(CachedReportSourceWeb, String) Generates a client-side Document Viewer model based on specified data and serializes this model to Json, asynchronously. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScriptAsync(String, String, ClientSideModelSettings) Asynchronously generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetJsonModelScriptAsync(String, String) Asynchronously generates a client-side Document Viewer model based on specified data and serializes this model to Json. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetModel(XtraReport, String) Generates a client-side Document Viewer model based on specified data. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetModel(CachedReportSourceWeb, String) Generates a client-side Document Viewer model based on specified data. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetModel(String, String) Generates a client-side Document Viewer model based on specified data. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetModelAsync(XtraReport, String) Generates a client-side Document Viewer model based on specified data, asynchronously. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetModelAsync(CachedReportSourceWeb, String) Generates a client-side Document Viewer model based on specified data, asynchronously. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
GetModelAsync(String, String) Generates a client-side Document Viewer model based on specified data, asynchronously. Inherited from IWebDocumentViewerClientSideModelGeneratorBase<T>.
See Also