Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
DrillthroughEventArgs Class 

Provides data for the Drillthrough event.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Visual Basic (Declaration)
Public NotInheritable Class DrillthroughEventArgs
	Inherits CancelEventArgs
Visual Basic (Usage)
Dim instance As DrillthroughEventArgs
C#
public sealed class DrillthroughEventArgs : CancelEventArgs
C++
public ref class DrillthroughEventArgs sealed : public CancelEventArgs
J#
public final class DrillthroughEventArgs extends CancelEventArgs
JScript
public final class DrillthroughEventArgs extends CancelEventArgs

This is passed to the DrillthroughEventHandler delegate when a Drillthrough event occurs.

You can examine the value of the ReportPath property and supply data corresponding to that report.

You can call the GetParameters method of the drillthrough report supplied in the targetReport parameter to examine the values of parameters being passed from the main report to the drillthrough report and to supply data corresponding to the parameter values.

For an example, please see Drillthrough.

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WinForms.DrillthroughEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker