Classe BackEventArgs
Provides data for the Back event.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WebForms.BackEventArgs
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class BackEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class BackEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class BackEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type BackEventArgs =
class
inherit CancelEventArgs
end
public final class BackEventArgs extends CancelEventArgs
O tipo BackEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BackEventArgs | Initializes a new instance of the BackEventArgs class. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) | |
ParentReport | Gets the parent report of the drillthrough report. |
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 BackEventHandler delegate when a Back event occurs.
A Back event occurs when the user has navigated to a drillthrough report and clicks the Back button to return to the parent report. The parent report is passed as an argument to the delegate that handles the Back event.
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.