Search
English
Saving and Restoring RadarCube data
All RadarCube versions (WinForms, ASP.NET & VCL) share the same principle of saving its data that allows both saving and later restoring of:
  1. The Grid or the Chart state (pivot-panels, drilling, sorting, filtering, grouping and so on)
  2. Current visual settings of the Grid or the Chart (in WinForms-versions only)
  3. Full Cube data (for Direct and Desktop versions only). This option allows operating the Cube offline, without establishing connection to the database.
The cross-platform compatibility of the saved data is also worth mentioning: for all versions the Grid state is saved in XML format. That means, you can save the Grid state in the WinForms application, and then read it in ASP.NET or VCL versions of RadarCube.
Also WinForms and ASP.NET versions have the same format of the Cube data. For instance, you can start working in the “cloud”, retrieve all the data you need from the server and then continue analyzing them offline in the WinForms-application.


Programmatically the save/restore operations are performed by the following method pairs:
  1. TOLAPGrid(or Chart).Save (or SaveCompressed) /Load. This method allows saving any combination of data mentioned above in binary format.
  2. TOLAPCube.Save (or SaveCompressed) /Load. This method allows saving the Cube data only in binary format.
  3. TOLAPGrid(or Chart).Serializer.WriteXML /ReadXML. This method allows saving the Grid state and (if specified) its visual settings in XML format. The TOLAPGrid(or Chart).Serializer.XMLString property, that presents the Grid state as a string for storing in the database, for example, may also prove useful.
Of all these methods the first one is the most common: it calls the second and the third ones, if necessary, and includes their returned data in the resulting file. But its the third method that uses the cross-platform XML format that can be read by all RadarCube versions.
Related links

Download Radar-Soft products


Buy Radar-Soft products


Visit our support site


Latest versions
Click to subscribe

 June 26, 2009

RadarCube VCL 1.12.0

Changes...Download...

 

 June 21, 2009

Essential Pack Pro for ASP.NET 1.10.0

Changes...Download...

 

 June 21, 2009

Essential Pack for ASP.NET 1.10.0

Changes...Download...

 

 June 9, 2009

RadarCube ASP.NET 2.20.3

Changes...Download...

 

 June 8, 2009

RadarCube WinForms MSAS 2.10.1

Changes...Download...

 

 June 8, 2009

RadarCube WinForms Desktop 2.10.1

Changes...Download...

 

 April 28, 2009

HierCube VCL 4.51.0

Changes...Download...

 

 November 5, 2008

WinForms Chart 1.00.1

Changes...Download...

 

Related articles
Click to subscribe

 June 29, 2009

Templating columns for Essential Pack Grid

Details...

 

 June 3, 2009

Customizing RadarCube for ASP.NET

Details...

 

 May 8, 2009

Hierarchy members' attributes

Details...

 

 February 10, 2009

Initialization of the OLAP-slice view

Details...

 

 January 28, 2009

Styling RIA OLAP controls

Details...

 

 December 24, 2008

Custom menus in RIA controls

Details...
More articles...
Support | Download | Purchase | Partners | Upgrade and Discount Policy | Contacts © 2005-2009 Radar-Soft, L.L.C. All rights reserved.