Hi
I need to achieve the following;
Have variable length formatted html text and a tick box in a container control such that the container control has a scroll bar to allow user to scroll down to the end of text and make the tick box visible for the user to tick.
What controls/technique can I use to achieve this? Any pointers would be appreciated.
Many Thanks
Regards
Hi guys,
before I export grid to pdf I need to write couple of titles lines include header from another grid.My pdf format should look like this:
Title: NYC DEPT OF EDUCATION
BUREAU OF COMPENSATION
ROSTER - 9/08 thru 06/09
Header coming from another grid:
TOTAL DAYS - 80 TOTAL AMOUNT - 1900
And then detail data which I exporting to PDF.
Please help me with that issue.So far I only have the following code:
PriReportGrid.ExportSettings.Pdf.PageTitle = "NEW YORK CITY DEPT.OF EDUCATION ";
PriReportGrid.MasterTableView.ExportToPdf();
Thanks so much

