Udostępnij za pośrednictwem


Klasa SubreportProcessingEventArgs

Provides data for the SubreportProcessing event.

Hierarchia dziedziczenia

Object
  EventArgs
    Microsoft.Reporting.WebForms.SubreportProcessingEventArgs

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

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

Typ SubreportProcessingEventArgs uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna DataSourceNames Gets the list of data source names for the subreport.
Właściwość publiczna DataSources Returns a collection of data sources for the subreport.
Właściwość publiczna Parameters Gets a collection of parameters for the subreport.
Właściwość publiczna ReportPath Returns the name of the subreport.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Uwagi

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

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms