How to Increase the width of the report
Hi,
i am working on datareports.
i am not able to increase the width of the report layout.
when i increase the width and run the report, it is showing the error, page width is greater that report width.
i have many fields to be displayed in the report.
pl help me
Re: How to Increase the width of the report
Are you using Portrait or landscape? How many fields are there in your report?
:) :) :)
Re: How to Increase the width of the report
Hi,
i have 20 to 25 fields. where can i mention Portrait or landscape.
Regards
Hiran
Re: How to Increase the width of the report
Hi,,
Quote:
i am working on datareports.
i am not able to increase the width of the report layout.
I was thinking your working access reports...
Quote:
i have 20 to 25 fields. where can i mention Portrait or landscape
20 to 25 is a lot to display...What type of information are you displaying on the report? customer? sales? payroll?
Are you basing your report from a query?
For the adjustment of the width, simple locate the width property of the report on the properties window...Just lessen the margin and the width of to adjust the fields...
:) :) :)
Re: How to Increase the width of the report
You didn't tell us that how can we convert the paper layout to landscape from portrait?
Re: How to Increase the width of the report
DataReport.Orientation = vbLandScape (it comes with service pack 5 or higher as far as I remember)
Re: How to Increase the width of the report
Quote:
Originally Posted by BestS
DataReport.Orientation = vbLandScape (it comes with service pack 5 or higher as far as I remember)
The code you told doesn't seem to be in the version of VB 6.0 i am using. I mean when i put that code "DataReport.Orientation = vbLandScape", it says the method or datamember not found. Please Help
Ahmed
Re: How to Increase the width of the report
And also please tell me how can i check which vb service pack i am using or from where on net i can get?
Re: How to Increase the width of the report
DOWNLOAD Service Pack 6 for Visual Studio and install it.
www.microsoft.com
Re: How to Increase the width of the report
This depends on the MONITOR-DISPLAY SETTINGS...!
Try this with 1024*768 Resolution..
If you still get the same error try Decreasing the Font size and fit all the fileds, if not only option let for u is to use, Crystal Reports...(As far as i know)....
What do u say...????
Re: How to Increase the width of the report
Monitor Resolution Has Anything To Do With The Report Width???
Re: How to Increase the width of the report
yes BESTS....definetly....
just try checking, you wil notice the difference & the monitor make also matters, Untill and Unless we define an exclusive code for the REPOT... ;)
Re: How to Increase the width of the report
Have you tried BestS suggestion in post #9? I think you may also download PageSet.dll to be able to DataReport's orientation...
Re: How to Increase the width of the report
Quote:
Originally Posted by dee-u
Have you tried BestS suggestion in post #9? I think you may also download PageSet.dll to be able to DataReport's orientation...
Dear! from where can i download this pageset.dll file?
Re: How to Increase the width of the report
How about trying google? :)