Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB.net Best control to use for a report layout

Hi

I have a Windows for that I want my user to position text and labels to set a layout for a report. What is the best way to do this? Should I use a table? Perhaps drag labels around?
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Probably a single page. I would probably use a tab control to add additional pages
I am not aware of any reporting tool which supports tabs unless you mean using forms as reports.
Yes. I mean using a form to build a report structure
I want to position and format labels on a form then
also use labels to name a query that pulls in SQL data
and position that name as another label
ah right.
Thanks for the help