N
Naj
Hi,
I want to have a chart in a report whose rowsource property should be able
to be changed programmatically. User will select an item from a combo box and
based upon that value, various queries should be selected as the rowsource.
The problem I am facting is that I am unable to make reference to the graph
in the code window of the report. I used the following bit of code to refer
to the chart (I chose MS graph Chart) which was placed on the report using an
unbound object frame.
Reports!ReportName.Graphname.
BUt after GraphName and period, I am not getting INtellisense menu and
rowsource property. Somebody can help?
2) If I can get the rowsource property there, then I should be able to
change the data programmatically, right?
3) What is the difference between MS Excel chart and MS Graph Chart? Which
one should be used in the report ?
I want to have a chart in a report whose rowsource property should be able
to be changed programmatically. User will select an item from a combo box and
based upon that value, various queries should be selected as the rowsource.
The problem I am facting is that I am unable to make reference to the graph
in the code window of the report. I used the following bit of code to refer
to the chart (I chose MS graph Chart) which was placed on the report using an
unbound object frame.
Reports!ReportName.Graphname.
BUt after GraphName and period, I am not getting INtellisense menu and
rowsource property. Somebody can help?
2) If I can get the rowsource property there, then I should be able to
change the data programmatically, right?
3) What is the difference between MS Excel chart and MS Graph Chart? Which
one should be used in the report ?