Sets the selected page parameters.

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

Syntax

C#
protected void SetupPage(
	int pageNumber,
	double scale,
	Point pos,
	double oldScale,
	Point oldPos,
	Storyboard storyboard
)
Visual Basic (Declaration)
Protected Sub SetupPage ( _
	pageNumber As Integer, _
	scale As Double, _
	pos As Point, _
	oldScale As Double, _
	oldPos As Point, _
	storyboard As Storyboard _
)
Visual C++
protected:
void SetupPage(
	int pageNumber, 
	double scale, 
	Point pos, 
	double oldScale, 
	Point oldPos, 
	Storyboard^ storyboard
)

Parameters

pageNumber
Type: System..::.Int32
The page number.
scale
Type: System..::.Double
The scale.
pos
Type: System.Windows..::.Point
The position. The instance of Point class.
oldScale
Type: System..::.Double
The old scale.
oldPos
Type: System.Windows..::.Point
The old position. The instance of Point class.
storyboard
Type: System.Windows.Media.Animation..::.Storyboard
The storyboard. The instance of Storyboard class.

See Also