Hi,
I have a Report to be created by showing multiple Patients name and address on the same Report. But the Report should not use Table, it should be like the following.
Patient 1 Name
Address1,
Address2,
City,
State - Zip Code
Patient 2 Name
Address1,
Address2,
City,
State - Zip Code
.
.
.
Patient 10
Address1,
Address2,
City,
State - Zip Code
Patient Name, Address, city, state and Zip values will be fetched from the dataset. How to do this without using table, can we do that with Textbox?
Regards,
Fazlu