RenderingCompleteEventArgs Class

 

Provides data for the RenderingComplete event.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Reporting.WinForms.RenderingCompleteEventArgs

Syntax

public sealed class RenderingCompleteEventArgs : EventArgs
public ref class RenderingCompleteEventArgs sealed : EventArgs
[<Sealed>]
type RenderingCompleteEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class RenderingCompleteEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty Exception

Contains an Exception object if an exception has occurred.

System_CAPS_pubproperty Warnings

Gets a list of warnings produced during report processing or rendering.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This is passed to the RenderingCompleteEventHandler delegate when a RenderingComplete event occurs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top