[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ReportViewerDialog : FormEx
Public Class ReportViewerDialog _
	Inherits FormEx
public ref class ReportViewerDialog : public FormEx

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ReportViewerDialog(ListEx<(Of <(RuntimeObjectsLoaderReport>)>))
Initializes a new instance of the ReportViewerDialog class
CloseButton
Enables or disables Close button of the window.
(Inherited from FormEx.)
CreateWindow()()() (Inherited from FormEx.)
ReportList
SafeIsHandleCreated
Gets whether window handle is created.
(Inherited from FormEx.)
SafeLocation (Inherited from FormEx.)
SafeSize (Inherited from FormEx.)
SelectedReport
SetTopMost(Boolean)
Sets TopMost status without activating window.
(Inherited from FormEx.)
WindowStateChanged (Inherited from FormEx.)

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              Phoenix.Gui.Controls..::.FormEx
                Phoenix.Gui..::.ReportViewerDialog

See Also