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

ReportDesignerClientSideModelGenerator Members

The class used to generate a client-side model of the Web End-User Report Designer.

Constructors

Name Description
ReportDesignerClientSideModelGenerator() Initializes a new instance of the ReportDesignerClientSideModelGenerator class with the default settings.
ReportDesignerClientSideModelGenerator(IServiceProvider) Initializes a new instance of the ReportDesignerClientSideModelGenerator class with the specified service provider.

Methods

Name Description
CreateErrorJson(Exception) Creates the JSON string with the error that can occur when generating a client-side Report Designer model.
CreateErrorJson(String) Creates the JSON string with the error that can occur when generating a client-side Report Designer model.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetJsonModelScript(XtraReport, IDictionary<String, Object>, String, String, String, ClientSideModelSettings) Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
GetJsonModelScript(XtraReport, IDictionary<String, Object>, String, String, String) Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
GetJsonModelScript(ReportDesignerModel, ClientSideModelSettings) Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
GetJsonModelScript(ReportDesignerModel) Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
GetJsonModelScript(String, IDictionary<String, Object>, String, String, String, ClientSideModelSettings) Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
GetJsonModelScript(String, IDictionary<String, Object>, String, String, String) Generates a client-side Report Designer model based on the specified data and serializes this model to Json.
GetModel(XtraReport, IDictionary<String, Object>, String, String, String) Generates a client-side model of the Web End-User Report Designer based on the specified data.
GetModel(String, IDictionary<String, Object>, String, String, String) Generates a client-side model of the Web End-User Report Designer based on the specified data.
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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also