I couldn't create a new field object and add it to RDC at runtime.
I tried to add Report Designer Control into my VB program and preview the report tables created at runtime.I used the code below:
dim X as fieldobject
......
set x=m_report.section1.addfieldobject(x,0,0)
......
but it didn't work.
Any suggestions,greatly appreciated.