I've never actual came across a SRS report with render a report user control on it after the report rendered. The only example I came across was a report which created
a 'look like a checkbox', but the user couldn't edit the checkbox - it was just a 'Webdings' font used to display a black square
n and a empty square
o .
My answer would be it's not possible just based on the fact that CSV, PDF or a format which don't support webcontols can't render a textbox.
One option is to create an aspx file which gets the responsestream for the reportserver and edit the html and re-renders it on aspx page. (At the moment it's all
I can think off)
eeyore21
Member
175 Points
35 Posts
Can have a textbox for inputting in RS?
Oct 04, 2005 09:08 AM|LINK
Hi,
Anyone know whether it is possible to have a textbox for inputting after i have generated the report in RS?
l0n3i200n
Participant
1443 Points
337 Posts
Re: Can have a textbox for inputting in RS?
Oct 04, 2005 01:17 PM|LINK
Hi eeyore21
I've never actual came across a SRS report with render a report user control on it after the report rendered. The only example I came across was a report which created a 'look like a checkbox', but the user couldn't edit the checkbox - it was just a 'Webdings' font used to display a black square n and a empty square o .
My answer would be it's not possible just based on the fact that CSV, PDF or a format which don't support webcontols can't render a textbox.
One option is to create an aspx file which gets the responsestream for the reportserver and edit the html and re-renders it on aspx page. (At the moment it's all I can think off)
,l0n3i200n
eeyore21
Member
175 Points
35 Posts
Re: Can have a textbox for inputting in RS?
Oct 05, 2005 12:45 AM|LINK