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 notsagx,
we will look into this in RS-3169. In the meanwhile, the easiest way to do this would be to use a script report rather than a static HTML dadgets. The script report can render HTML and it can access parameters, global variables, etc.
Regards,
Eduardo
Offline
Hi notsagx,
we will look into this in RS-3169. In the meanwhile, the easiest way to do this would be to use a script report rather than a static HTML dadgets. The script report can render HTML and it can access parameters, global variables, etc.
Regards,
Eduardo
Thanks eduardo.
what is the "RS-3169" ...?
script report is not posible, because I have a report server community version.
Offline
Hi notsagx,
RS-3169 is the ticket number of the ticket I raised for this.
Regards,
Eduardo
Offline
Pages: 1