Classe SubreportProcessingEventArgs
Provides data for the SubreportProcessing event.
Hierarquia de herança
Object
EventArgs
Microsoft.Reporting.WinForms.SubreportProcessingEventArgs
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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
O tipo SubreportProcessingEventArgs expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
This is passed to the SubreportProcessingEventHandler when a SubreportProcessing event occurs.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.