Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Tools and Features
 SubreportProcessingEventHandler Del...
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:
 
SubreportProcessingEventHandler Delegate 

Represents the method that will handle the SubreportProcessing event of a ReportViewer.

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

Visual Basic (Declaration)
Public Delegate Sub SubreportProcessingEventHandler ( _
	sender As Object, _
	e As SubreportProcessingEventArgs _
)
Visual Basic (Usage)
Dim instance As New SubreportProcessingEventHandler(AddressOf HandlerMethod)
C#
public delegate void SubreportProcessingEventHandler (
	Object sender,
	SubreportProcessingEventArgs e
)
C++
public delegate void SubreportProcessingEventHandler (
	Object^ sender, 
	SubreportProcessingEventArgs^ e
)
J#
/** @delegate */
public delegate void SubreportProcessingEventHandler (
	Object sender, 
	SubreportProcessingEventArgs e
)
JScript
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

sender

The object that raised the event.

e

A SubreportProcessingEventArgs object containing information about the event.

You must supply data for any data sources used in subreports. To do this, you must supply an event handler for the subreport processing event.

For more information about handling events, see Consuming Events.

For an example, see the SubreportProcessing method of the LocalReport class.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker