Initializes a new instance.

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

Syntax

C#
public DocumentEx(
	string documentTitle,
	float pageWidth,
	float pageHeight
)
Visual Basic (Declaration)
Public Sub New ( _
	documentTitle As String, _
	pageWidth As Single, _
	pageHeight As Single _
)
Visual C++
public:
DocumentEx(
	String^ documentTitle, 
	float pageWidth, 
	float pageHeight
)

Parameters

documentTitle
Type: System..::.String
Document title.
pageWidth
Type: System..::.Single
Document Page Width
pageHeight
Type: System..::.Single
Document Page Height

See Also