简体   繁体   中英

unknow namespace in Crystal Reports in C# winform

I create Crystal report in C# winform. but in report.cs, get error from namespace:

****using CrystalDecisions.Shared;**
    **using CrystalDecisions.ReportSource;**
    **using CrystalDecisions.CrystalReports.Engine;****


    public class rptReport : **ReportClass** {

        public rptReport() {
        }

I added emergency dll for this namespace, but it get error.

似乎您没有安装Crystal运行时,或者尚未将引用添加到项目中。

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