Performs page presenter initialization.

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

Syntax

C#
public void Init(
	Page page,
	Style loadingPageStyle
)
Visual Basic (Declaration)
Public Sub Init ( _
	page As Page, _
	loadingPageStyle As Style _
)
Visual C++
public:
void Init(
	Page^ page, 
	Style^ loadingPageStyle
)

Parameters

page
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.Page
The page. The instance of Page class.
loadingPageStyle
Type: System.Windows..::.Style
The loading page style. The instance of Style class.

See Also