Share via


Delegado SubreportProcessingEventHandler

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

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

Parámetros

  • sender
    The object that raised the event.

Comentarios

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 Utilizar eventos.

Ejemplo

Please see the SubreportProcessing method of the LocalReport class for an example.

Vea también

Referencia

Espacio de nombres Microsoft.Reporting.WebForms