i have 5 pages to print in vb6 using datareport;
kindly help me to put this at the last page of my data report?
Code:DataReport1.Section(5).Controls("LastText").caption = "End of Page.. Thanks for using"
Printable View
i have 5 pages to print in vb6 using datareport;
kindly help me to put this at the last page of my data report?
Code:DataReport1.Section(5).Controls("LastText").caption = "End of Page.. Thanks for using"
You can assign that to the report label at design time. Is this what you want to do?
Moved to Reporting