Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportParametersPanelClientSideModelGenerator Members

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

#Methods
Show Inherited Hide Inherited

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