简体   繁体   中英

Is it possible to read key from web.config from Crystal Reports?

I would like to parse a parameter into CR but I don't wont to compile new dll and I would like to avoid intervention in code to read and parse this key into CR from asp.net.

Param may contain for instance an URL and it depends on which server application is running.

What I WOULD like is make changes only in CR files and make them to read certain key from web.config

No that is not possible. Crystal report is independent software. It is your choice to use CR in .net or java or other application. You need to configure CR via you application.

But there is no any setting which read by crystal report.

Simple thing is you have to set all parameter of Crystal report via .net code (good to set generic data in web.config).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM