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:
VB Code:
  1. rptDailySummaryLandscape.Orientation = rptOrientLandscape
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.

Is there some thing else that I am missing? If you know that i need a different dll, please let me know.

Thanks!
Ankeet.