Parameters of the event which occurs when report is loaded.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public class DocumentLoadedEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DocumentLoadedEventArgs _
	Inherits EventArgs
Visual C++
public ref class DocumentLoadedEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.ReportingServices.Viewer.Client..::.DocumentLoadedEventArgs

See Also