Classe ReportParametersEventArgs
Provides data for the SubmittingParameterValues event.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.ReportParametersEventArgs
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Class ReportParametersEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public class ReportParametersEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportParametersEventArgs : public CancelEventArgs
[<ComVisibleAttribute(false)>]
type ReportParametersEventArgs =
class
inherit CancelEventArgs
end
public class ReportParametersEventArgs extends CancelEventArgs
O tipo ReportParametersEventArgs expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AutoSubmit | Gets a value indicating whether the SubmittingParameterValues event is triggered by the automatic submission of report parameters due to dependencies between them. |
![]() |
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) |
![]() |
Parameters | Gets the parameters from the parameter prompt area that are being submitted to the report server. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
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.