Setting the Chart Title via in report code
Designsbyray
Ohio, USA
Is there a way to set the title of a report dynamically in the report. I am trying to accomplish this via the code page in the report, currently in the databands BeforePrint section. I have tried using MSChart1.Chart.Titles[0].Text = ""; but it doesn't work as expected. It requires an additional assembly.
Is there a different way to add the chart title this way without needing to add the System.Windows.Forms.DataVisualization assembly?
Thanks
Is there a different way to add the chart title this way without needing to add the System.Windows.Forms.DataVisualization assembly?
Thanks