开发者

How to view birt report in open report server? [closed]

开发者 https://www.devze.com 2023-01-15 12:23 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.开发者_Go百科

how to view the birt report on open report server after uploading birt report(.rptdesign)?


Depending on where you've installed the birt sample viewer and assuming, you've saved the report to the path defined as this in the web.xml:

<!--
    Temporary document files directory. Defaults to ${birt home}/documents
-->
<context-param>
    <param-name>BIRT_VIEWER_DOCUMENT_FOLDER</param-name>
    <param-value></param-value>
</context-param>

You would access the report as:

http://localhost:8080/birtviewer/frameset?__report=report.rptdesign

You can check out these for more information on how to configure it:

http://www.scribd.com/doc/2685254/Installing-the-BIRT-Viewer-in-Tomcat-and-jboss

Or if you want to use tags:

http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php#tags

0

精彩评论

暂无评论...
验证码 换一张
取 消