ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 ReportPortal integration

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Message:

* HTML is ON
* Forum Code is OFF
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
wasimasif Posted - 02/11/2010 : 19:41:00
Hi, I want to show reports from my reportportal installation in my web pages, through iframe etc.
What i understand is that i have to generate a security token and pass is via GET, POST or cookie. Is there any quick guide to do this. Don't tell me about SDK, as its in .net and also VS 2005 and its not converting to VS 2008 format.

Also let me know what SecurtyLevel means in stored procedure?
1   L A T E S T    R E P L I E S    (Newest First)
admin Posted - 02/16/2010 : 03:10:54
If you don't have VS 2005 you can just open the SDK app in notepad (please see ReportList.aspx and ReportList.aspx.vb). The idea is very simple:

1) Get security token using GetSecurityToken stored procedure like:

exec GetSecurityToken @SecurityLevel=0

2) Pass the security token along with the report id to Proxy.aspx:
http://localhost/ReportPortal/Proxy.aspx?reportId=1&token=12345

Where '12345' is the security token.

SecurityLevel:
0 - View Report
1 - Edit report
2 - Create new report

ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page