Classe DrillthroughEventArgs
Provides data for the Drillthrough event.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WebForms.DrillthroughEventArgs
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class DrillthroughEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class DrillthroughEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class DrillthroughEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type DrillthroughEventArgs =
class
inherit CancelEventArgs
end
public final class DrillthroughEventArgs extends CancelEventArgs
O tipo DrillthroughEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DrillthroughEventArgs | Constructs a DrillthroughEventArgs object. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) | |
Report | Gets the target report of the drillthrough action. | |
ReportPath | Gets the path 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 DrillthroughEventHandler delegate when a Drillthrough event occurs.
You can examine the value of the ReportPath property and supply data corresponding to that report.
You can call the GetParameters method of the drillthrough report supplied in the targetReport parameter to examine the values of parameters being passed from the main report to the drillthrough report and to supply data corresponding to the parameter values.
Exemplos
For an example, please see Drillthrough.
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.