Udostępnij za pośrednictwem


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
Właściwość publiczna Exception Contains an Exception object if an exception has occurred.
Właściwość publiczna Warnings Gets a list of warnings produced during report processing or rendering.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna 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.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WinForms