通过C#访问Crystal Report文本框 [英] Crystal Report Text Box access through C#

查看:87
本文介绍了通过C#访问Crystal Report文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Crystal Report中添加了一个文本控件。

现在我想通过c#编写的代码写入该文本控件。

是吗可能。

如果是,那么怎么样?

请帮忙。

I have added a Text Control in my Crystal Report.
Now I want to write data to that text Control through c# Code written in my form.
Is it possible.
If yes then how?
please help.

推荐答案

没有人有答案。

我使用报告标题字段从我的代码访问它。



No One have answer.
I used Report Title Field to access it from my code.

rptLedgerSV abc = new rptLedgerSV();
abc.SummaryInfo.ReportTitle = ttle;





这对我有用。



this worked for me.


这篇关于通过C#访问Crystal Report文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆