Klasa RenderingCompleteEventArgs
Provides data for the RenderingComplete event.
Hierarchia dziedziczenia
Object
EventArgs
Microsoft.Reporting.WinForms.RenderingCompleteEventArgs
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public NotInheritable Class RenderingCompleteEventArgs _
Inherits EventArgs
public sealed class RenderingCompleteEventArgs : EventArgs
public ref class RenderingCompleteEventArgs sealed : public EventArgs
[<Sealed>]
type RenderingCompleteEventArgs =
class
inherit EventArgs
end
public final class RenderingCompleteEventArgs extends EventArgs
Typ RenderingCompleteEventArgs uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Exception | Contains an Exception object if an exception has occurred. |
![]() |
Warnings | Gets a list of warnings produced during report processing or rendering. |
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 RenderingCompleteEventHandler delegate when a RenderingComplete 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.