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 | |
---|---|---|
![]() |
DataSourceNames | Gets the list of data source names for the subreport. |
![]() |
DataSources | Returns a collection of data sources for the subreport. |
![]() |
Parameters | Gets a collection of parameters for the subreport. |
![]() |
ReportPath | Returns the name of the subreport. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
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.