SubreportProcessingEventArgs Class

 

Provides data for the SubreportProcessing event.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Reporting.WinForms.SubreportProcessingEventArgs

Syntax

public sealed class SubreportProcessingEventArgs : EventArgs
public ref class SubreportProcessingEventArgs sealed : EventArgs
[<Sealed>]
type SubreportProcessingEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class SubreportProcessingEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty DataSourceNames

Gets the list of data source names for the subreport.

System_CAPS_pubproperty DataSources

Returns a collection of data sources for the subreport.

System_CAPS_pubproperty Parameters

Gets a collection of parameters for the subreport.

System_CAPS_pubproperty ReportPath

Returns the name of the subreport.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This is passed to the SubreportProcessingEventHandler when a SubreportProcessing event occurs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top