XtraReport中 用脚本设置SubReport的参数值

Posted lynnjeans

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了XtraReport中 用脚本设置SubReport的参数值相关的知识,希望对你有一定的参考价值。

private void subreport1_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e)

{

  subreport1.ReportSource.Parameters["MasterID"].Value = ((Sunshine_line.Module.BusinessObjects.SalesOrder)GetCurrentRow()).GetMemberValue("Oid");
}

以上是关于XtraReport中 用脚本设置SubReport的参数值的主要内容,如果未能解决你的问题,请参考以下文章

XtraReport报表入库单数字转中文大写数字

我用DevExpress 2010.1的ReportViewer做数据显示,但是数据显示不全,是否XtraReport有啥需要设置?

Xtrareport 多栏报表

请教devexpress xtrareport问题

无法在第三个 XtraReport 中合并两个 XtraReport 页面

XtraReport三动态数据绑定