当前位置:编程学习 > C#/ASP.NET >>

如何得到水晶报表参数字段的值?

CrystalReportSource1.ReportDocument.ParameterFields["CurrCN"].CurrentValues.AddValue(CurrCN);
上面的代码是给水晶报表的参数字段赋值
那如果我有个水晶报表的参数字段或者公式字段里面有值了,我怎么在cs文件里面写代码得到它的值呢 ?
谢谢了!急!!!! --------------------编程问答-------------------- 好像是不行咯!!
 我是没找到方法!!!
    关注中。。。。。。。 --------------------编程问答-------------------- 帮顶 --------------------编程问答-------------------- 期待高手。。、 --------------------编程问答-------------------- http://www.cnblogs.com/micromouse/archive/2008/02/20/1075002.html --------------------编程问答-------------------- 顶一下。 --------------------编程问答-------------------- 参数储存在Session里 
this.CrystalReportViewer1.ReportSource = Session["FileName"].ToString();
CrystalReportSource1只是绑定数据源才用的吧!
--------------------编程问答-------------------- http://blog.csdn.net/jl_lsj/archive/2008/01/23/2061580.aspx
看看这个? --------------------编程问答-------------------- http://blog.csdn.net/jl_lsj/archive/2008/01/23/2061580.aspx
看看这个? --------------------编程问答--------------------

myReport.ReportDefinition.ReportObjects[对象序号].方法或属性;
//或
myReport.ReportDefinition.ReportObjects[对象名称].方法或属性;

从阿泰那弄来的,你可以参考下他的文章:
http://topic.csdn.net/u/20090705/14/745f6153-e120-41af-a28b-75b09355b663.html?61700 --------------------编程问答-------------------- 绑定
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,