GetJsonModelScript(T, ClientSideModelSettings)
|
model, settings
|
Serializes the specified client-side Web Document Viewer model to Json.
|
GetJsonModelScript(T)
|
model
|
Serializes the specified client-side Web Document Viewer model to Json.
|
GetJsonModelScript(XtraReport, String, ClientSideModelSettings)
|
report, controllerUri, settings
|
Generates a client-side Document Viewer model based on specified data and serializes this model to Json.
|
GetJsonModelScript(XtraReport, String)
|
report, controllerUri
|
Generates a client-side Document Viewer model based on specified data and serializes this model to Json.
|
GetJsonModelScript(CachedReportSourceWeb, String, ClientSideModelSettings)
|
cachedReportSource, controllerUri, settings
|
Generates a client-side Document Viewer model based on specified data and serializes this model to Json.
|
GetJsonModelScript(CachedReportSourceWeb, String)
|
cachedReportSource, controllerUri
|
Generates a client-side Document Viewer model based on specified data and serializes this model to Json.
|
GetJsonModelScript(String, String, ClientSideModelSettings)
|
reportUrl, controllerUri, settings
|
Generates a client-side Document Viewer model based on specified data and serializes this model to Json.
|
GetJsonModelScript(String, String)
|
reportUrl, controllerUri
|
Generates a client-side Document Viewer model based on specified data and serializes this model to Json.
|