开发者

Using Crystal Report For Windows Application by Using Data Set for Data

开发者 https://www.devze.com 2023-02-28 07:39 出处:网络
I,m Using Crystal Report in Windows Application and In this I 开发者_开发知识库Created a Data Set to fetch Data from the Database but I Don\'t Know How to Pass parameter in Data Set....

I,m Using Crystal Report in Windows Application and In this I 开发者_开发知识库Created a Data Set to fetch Data from the Database but I Don't Know How to Pass parameter in Data Set.... Any One can Tell me that How to Pass Parameter to Data Set for Using it in Crystal Report.


The key is to fill in the data into the sub-reports.

foreach (ReportDocument subDoc in Report.Subreports)
{
     subDoc.SetDataSource(ReportDataSet);
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号