How to create a dynamic report?

tongjin9 2003-01-23 10:04:33
Dear all,
In my c# program,i want to create a dynamic report(using .NetCrystalReport).The dynamic report means all the
columns are created dynamic by program,not using databinding,also
not got before my program(.exe) starting.What can i do?
Best Regards!
xiaotong
...全文
38 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
hepp 2003-01-24
  • 打赏
  • 举报
回复
use the dataSet as datasouce.
try:
select * from col where tname = 'tablename' --get the columName

I think you shoud use the cursor to create a SqlStr for dataSet,

execute immediate SqlStr;-- create the dataSet

17,377

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 基础和管理
社区管理员
  • 基础和管理社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧