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

Initializes a new instance of the ReportViewerDialog class

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public ReportViewerDialog(
	ListEx<RuntimeObjectsLoaderReport> reportList
)
Public Sub New ( _
	reportList As ListEx(Of RuntimeObjectsLoaderReport) _
)
public:
ReportViewerDialog(
	ListEx<RuntimeObjectsLoaderReport^>^ reportList
)

Parameters

reportList
ListEx<(Of <(RuntimeObjectsLoaderReport>)>)

See Also