'Declaration <DescriptionAttribute("The page header of the report.")> <CategoryAttribute("Appearance")> Public Property PageHeader As HeaderFooter
'Usage Dim instance As ReportStyleSheet Dim value As HeaderFooter instance.PageHeader = value value = instance.PageHeader
[Description("The page header of the report.")] [Category("Appearance")] public HeaderFooter PageHeader {get; set;}