scalewidth and scaleheight

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Do anyone know how to make scalewidth and scaleheight to work, i kept having
an error saying method or data member not found. I believe that I don't have
the right reference tool on, do you know which refence library to make this
work??
 
Where and how are you attempting to use these properties? They are
properties of the Report object, so the "method or data member not found"
message probably means that you are trying to do something like ...

SomeObject.ScaleWidth

.... where 'SomeObject' is not a valid reference to a Report object.
 
Back
Top