SAP Knowledge Base Article - Public

2111955 - How to view crystal report using Java JRC tag library?

Symptom

How to view crystal report using Java JRC tag library?

Environment

SAP Crystal Reports for Java runtime components - Java Reporting Component

Resolution

          <jsp-config> 
          <taglib> 
          <taglib-uri>/WEB-INF/crystal-tags-reportviewer.tld</taglib-uri> 
          <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location> 
          </taglib> 
          </jsp-config>
  • Sample code is also attached.

Keywords

JRC, TAG-lib, JRC taglib   , KBA , BI-DEV-JAV , BI Software Development Kits (SDKs) - Java , Problem

Product

SAP Crystal Reports, version for Eclipse all versions ; SAP Crystal Server 2011

Attachments

Java JRC View Report Using Tag Tag Library Basic.zip