Search
English
How do I use the OnDrillthrough event of the ASP.NET TOLAPGrid component?

This event is called through the context menu, when MSAS 2005 Drillthrough Action is performed. A result of the Drillthrough query is returned in a DataSet, available in the DrillthroughData property of the e parameter (the DrillthroughActionArgs type). This DataSet contains the only table where the result of the Drillthrough operation is saved to.

The resulting data may be used in any way you like.

For example, the results of the Drillthrough operation in GridView control may be displayed on the same web page with the OLAP Grid.

In this case, in the OnDrillthrough event handler one should write the code like:

protected void TOLAPGrid1_OnDrillthrough(object sender, DrillthroughActionArgs e)
{
GridView1.DataSource = e.DrillthroughData.Tables[0];
GridView1.DataBind();
}

An elaborated example of using this event (when the paging function is enabled in GridView) is given in our demo-application (the TestConnection.aspx page).

Related links

Download Radar-Soft products


Buy Radar-Soft products


Visit our support site


Hot news
Click to subscribe

 July 22, 2010

RadarCube for WPF beta is here

The new RadarCube for WPF version has started.

Details...

 

Latest versions
Click to subscribe

 July 14, 2010

RadarCube ASP.NET 2.44.3

Changes...Download...

 

 June 25, 2010

RadarCube WinForms Desktop 2.31.0

Changes...Download...

 

 June 25, 2010

RadarCube WinForms MSAS 2.31.0

Changes...Download...

 

 May 20, 2010

RadarCube VCL 1.18.0

Changes...Download...

 

 April 22, 2010

HierCube VCL 4.56.0

Changes...Download...

 

 July 15, 2009

Essential Pack Pro for ASP.NET 1.11.0

Changes...Download...

 

 July 15, 2009

Essential Pack for ASP.NET 1.11.0

Changes...Download...

 

 November 5, 2008

WinForms Chart 1.00.1

Changes...Download...

 

Related articles
Click to subscribe

 May 5, 2010

New Silverlight add-on for RadarCube ASP.NET

Details...

 

 March 30, 2010

Designing the Cube with the Cube Creation Wizard

Details...

 

 December 16, 2009

Creating custom Time Intelligence

Details...

 

 November 26, 2009

Creating the correct Cube structure

Details...

 

 September 30, 2009

RadarCube Request tracker

Details...

 

 August 24, 2009

Customizing the toolbox in Ria OLAP controls

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