Initializes a new instance of the PageHeader class.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public PageHeader(
	Page owner
)
Visual Basic
Public Sub New ( _
	owner As Page _
)

Parameters

owner
Type: C1.C1Rdl.Rdl2008..::..Page
Page object containing this object.

See Also