AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
Is there a way to pass a variable to a VB DataReport so that it shows up in the Page Header? Thanks
i just use the title property of the datareport..u can assign it this way rptReport.Title = myTitle before calling rptReport.PrintReport..then in design view of the datareport..create a label with caption %i..that should do the trick peace!