hello,
i have a GridView report that i want to do the Page number.
for example: Page: 1 of 5.
i had a code, but doesn't work, give me all the error. please help or give me your new code will be ok too.
thank you so much for your help.
Dim pn As Infragistics.Documents.Reports.Report.Section.PageNumbering = section1.PageNumbering
pn.Style = New Infragistics.Documents.Reports.Report.Text.Style(Fonts.Arial, Brushes.Black)
pn.Template = "Page [Page #] of [TotalPages]"
pn.SkipFirst = False
pn.Alignment.Horizontal = Infragistics.Documents.Reports.Report.Alignment.Right
pn.Alignment.Vertical = Infragistics.Documents.Reports.Report.Alignment.Bottom
pn.OffsetY = -18