Hey All,
Once again I am back to the forums with a question.
I have created a report in vb designer, called rptDailySummaryLandscape.
I am trying to set its orientation to LandScape by using following code:
It works fine on one server. When I moved that to a different server, the compiler does not recognize .Orientation. I have exact same references as the working version - matched from Project --> References and Project --> Components.VB Code:
rptDailySummaryLandscape.Orientation = rptOrientLandscape
Is there some thing else that I am missing? If you know that i need a different dll, please let me know.
Thanks!
Ankeet.




Reply With Quote