Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programming Charts on Reports! 1

Status
Not open for further replies.

zink421

Programmer
Aug 21, 2001
16
US
Hello,

I have a report with a chart on it. I would like to change the legend strings or anything about the chart through code? Any ideas on how to access the properties of the chart through code in a report would be great?

Thanks,
Jason
 
I have done this before by opening the report in design mode first (through VBA), saving the report and then either previewing the report or just printing it. It helps to set Echo to false during the design mode work that way the user does not see anything. Once in design mode you can access the chart object, as long as you have a reference its library in your References.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top