Is it possible to add variables or database columns to a report title? It seems to only accept raw text.
Thanks
Chart Titles
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Chart Titles
Hello.
It's possible to do in the Before Print event of the Chart with next code:
Thank you.
It's possible to do in the Before Print event of the Chart with next code:
Code: Select all
Chart1.Title.Text = Categories.CategoryName;