dundas.export.ExportRequest Class

 

Inheritance Hierarchy

 
Class
   dundas.export.ExportRequest
 

Constructors

 
  Name Description
init Initializes the Request. Called during construction.
 
 

Properties

 
  Name Description
adapterRequests Gets or sets the dictionary linking an adapter to it's requests using the adapter's id and the requests' clientData.
deliverySettings Gets or sets the delivery settings if delivering the content.
id Gets or sets the ID of this export request.
isLegacyExport Gets or sets a value indicating whether the export should use the legacy format (Excel only).
overrideExportFileName Gets or sets an override file name to be used for the export instead of the view's name.
overrideHeight Gets or sets the height the view should be rendered at instead of the view's default height during export.
overrideWidth Gets or sets the width the view should be rendered at instead of the view's default height during export.
parameterValues Gets the values for all the parameters defined for the export plug-in. These are not the View specific parameter values.
providerId Gets or sets the ID of the provider that will perform the export.
requests Gets the values for all the data requests on this View. This way the same data can be retrieved on the server with the same parameter and such.
utcOffset Gets or sets the user's time offset in minutes from UTC time.
viewData Gets or sets the current view's serialized state for closer matching visual exports.
viewId Gets or sets the view ID for which an export is requested.
viewParameters Gets or sets the view specific parameters.
viewUrl Gets or sets the view URL for this view with all the options.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
 
 

Examples