Skip to main content

ReportDesignerClientSideModelGenerator Methods

The class used to generate a client-side model of the Web End-User Report Designer.
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 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 specified data and serializes this model to Json.
GetJsonModelScript(ReportDesignerModel, ClientSideModelSettings) Generates a client-side Report Designer model based on specified data and serializes this model to Json.
GetJsonModelScript(ReportDesignerModel) Generates a client-side Report Designer model based on 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 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 specified data and serializes this model to Json.
GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String, ClientSideModelSettings)
GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String)
GetJsonModelScriptAsync(String, IDictionary<String, Object>, String, String, String, ClientSideModelSettings) Asynchronously generates a client-side Report Designer model based on specified data and serializes this model to JSON.
GetJsonModelScriptAsync(String, IDictionary<String, Object>, String, String, String) Asynchronously generates a client-side Report Designer model based on 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 specified data.
GetModel(String, IDictionary<String, Object>, String, String, String) Generates a client-side model of the Web End-User Report Designer based on specified data.
GetModelAsync(XtraReport, IDictionary<String, Object>, String, String, String)
GetModelAsync(String, IDictionary<String, Object>, String, String, String) Asynchronously generates a client-side model of the Web End-User Report Designer based on 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