本文介绍了数据视图网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个datagridview,它由用户从关系数据库(访问)中过滤掉.我需要将datagridview放到Microsft报告查看器或Crystal Report Viwer等报告中.我需要能够格式化报告,以便将DGV结果复制到excel确实可以提供该选项.是否可以将DGC用作报表的数据源,或者我需要先做其他事情吗?

I have a datagridview which is filtered by the user from a relational database (access). I need to out put the datagridview to a report such as Microsft report viewer or crystal report viwer. I need to be able to format the report so that copying the DGV result to excel does give me that option. Is it possible to use the DGC as a datasource for the report or do i need to do something else first

推荐答案



这篇关于数据视图网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 20:54