You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hello community,
I have a static dadget HTML , is posible show de information from de globals variables or read of de request URL in dadget panel.
Example static html dadget
"<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p> the current user is : ${_RS_USER.getUsername()} </p>
</body>
</html>"
Example URL dadget:
http://host:port/xxx/xxxx/?user=${_RS_USER.getUsername()}
"<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p> the current user is : <% request.getParameter("user"); %> </p>
</body>
</html>"
Ideas for this.
thanks.
Offline
Hi yeneb,
this is currently not possible, but we have this ticket for this in the development queue: RS-3169
Regards,
Eduardo
Offline
Pages: 1