March 26, 2010 at 5:52 am
Anyone using local print for a web-based RDLC report for the first time is prompted to install an (I believe) ActiveX component. Most of our users do not have Local Admin and their PCs are locked down by policy to prevent such installs. We need to get a copy of this install that can be packaged by our Desktop group and widely distributed.
Has anyone run into this? Does anyone have a link to a downloadable install we can give them? I've search Google, Microsoft and here with no luck...
March 26, 2010 at 3:45 pm
rschaeferhig (3/26/2010)
Anyone using local print for a web-based RDLC report for the first time is prompted to install an (I believe) ActiveX component. Most of our users do not have Local Admin and their PCs are locked down by policy to prevent such installs. We need to get a copy of this install that can be packaged by our Desktop group and widely distributed.Has anyone run into this? Does anyone have a link to a downloadable install we can give them? I've search Google, Microsoft and here with no luck...
Yes there is a redistributable version of the control you can deploy with your code, check below for all you need. I am assuming you know that the ReportViewer 2008 does not run in local mode that is SSRS 2008 license is required to use it. If you need one to run in local mode use the VS2010 version of the control because the product is in RC.
http://www.gotreportviewer.com
Kind regards,
Gift Peddie
March 26, 2010 at 5:23 pm
Hi, it is not clear if you mean you need the Report Viewer (as in the previous reply) or the Reporting Services Client Printing control....
so in case you wanted to know about how to deploy the Reporting Services Client Printing control , then try this article - it may be a little out of date, but should give you enough information to get it sorted...
http://www.kodyaz.com/articles/client-side-printing-silent-deployment-of-rsclientPrint.aspx
MM
select geometry::STGeomFromWKB(0x0106000000020000000103000000010000000B0000001000000000000840000000000000003DD8CCCCCCCCCC0840000000000000003DD8CCCCCCCCCC08408014AE47E17AFC3F040000000000104000CDCCCCCCCCEC3F9C999999999913408014AE47E17AFC3F9C99999999991340000000000000003D0000000000001440000000000000003D000000000000144000000000000000400400000000001040000000000000F03F100000000000084000000000000000401000000000000840000000000000003D0103000000010000000B000000000000000000143D000000000000003D009E99999999B93F000000000000003D009E99999999B93F8014AE47E17AFC3F400000000000F03F00CDCCCCCCCCEC3FA06666666666FE3F8014AE47E17AFC3FA06666666666FE3F000000000000003D1800000000000040000000000000003D18000000000000400000000000000040400000000000F03F000000000000F03F000000000000143D0000000000000040000000000000143D000000000000003D, 0);
March 26, 2010 at 5:32 pm
mister.magoo (3/26/2010)
Hi, it is not clear if you mean you need the Report Viewer (as in the previous reply) or the Reporting Services Client Printing control....so in case you wanted to know about how to deploy the Reporting Services Client Printing control , then try this article - it may be a little out of date, but should give you enough information to get it sorted...
http://www.kodyaz.com/articles/client-side-printing-silent-deployment-of-rsclientPrint.aspx
The RDLC file is the file used by ReportViewer control however you can create the RDLC from RDL file so that means you need to get the redistributable file for the ReportViewer control.
http://msdn.microsoft.com/en-us/library/ms252109.aspx
Kind regards,
Gift Peddie
March 26, 2010 at 9:33 pm
March 29, 2010 at 5:32 am
mister.magoo (3/26/2010)
Hi, it is not clear if you mean you need the Report Viewer (as in the previous reply) or the Reporting Services Client Printing control....so in case you wanted to know about how to deploy the Reporting Services Client Printing control , then try this article - it may be a little out of date, but should give you enough information to get it sorted...
http://www.kodyaz.com/articles/client-side-printing-silent-deployment-of-rsclientPrint.aspx
I'm looking for the Reporting Services Client Printing control.
Thanks.
March 29, 2010 at 10:34 am
mister.magoo (3/26/2010)
Hi, it is not clear if you mean you need the Report Viewer (as in the previous reply) or the Reporting Services Client Printing control....so in case you wanted to know about how to deploy the Reporting Services Client Printing control , then try this article - it may be a little out of date, but should give you enough information to get it sorted...
http://www.kodyaz.com/articles/client-side-printing-silent-deployment-of-rsclientPrint.aspx
I followed the instructions (or attempted to) in the above post. I can't find the DLLs listed in it on either my local PC or the web server that hosts my app that has the RDLCs in it.
March 29, 2010 at 10:44 am
"Your web app" - that means you need to read Gift Peddie's previous post ...
MM
select geometry::STGeomFromWKB(0x0106000000020000000103000000010000000B0000001000000000000840000000000000003DD8CCCCCCCCCC0840000000000000003DD8CCCCCCCCCC08408014AE47E17AFC3F040000000000104000CDCCCCCCCCEC3F9C999999999913408014AE47E17AFC3F9C99999999991340000000000000003D0000000000001440000000000000003D000000000000144000000000000000400400000000001040000000000000F03F100000000000084000000000000000401000000000000840000000000000003D0103000000010000000B000000000000000000143D000000000000003D009E99999999B93F000000000000003D009E99999999B93F8014AE47E17AFC3F400000000000F03F00CDCCCCCCCCEC3FA06666666666FE3F8014AE47E17AFC3FA06666666666FE3F000000000000003D1800000000000040000000000000003D18000000000000400000000000000040400000000000F03F000000000000F03F000000000000143D0000000000000040000000000000143D000000000000003D, 0);
March 29, 2010 at 10:44 am
I was able to find it with the IIS Manager-->Explore option.:-D
March 29, 2010 at 10:50 am
mister.magoo (3/29/2010)
"Your web app" - that means you need to read Gift Peddie's previous post ...
We have no problem converting RDL to RDLC, deploying to the web server or rendering the report on a web page. The problem I'm trying to solve is distributing the software that is installed when you first click the Local Print button. Most of our users (about 28,000) don't have Local Admin so they can't install. I need to send it to our Desktop Client Automation group for certifcation, packaging and distribution.
Your post with the link to the Kodyaz article was perfect, it just took me a while to find the files.
March 29, 2010 at 11:53 am
Good, thanks for letting us know it helped
MM
select geometry::STGeomFromWKB(0x0106000000020000000103000000010000000B0000001000000000000840000000000000003DD8CCCCCCCCCC0840000000000000003DD8CCCCCCCCCC08408014AE47E17AFC3F040000000000104000CDCCCCCCCCEC3F9C999999999913408014AE47E17AFC3F9C99999999991340000000000000003D0000000000001440000000000000003D000000000000144000000000000000400400000000001040000000000000F03F100000000000084000000000000000401000000000000840000000000000003D0103000000010000000B000000000000000000143D000000000000003D009E99999999B93F000000000000003D009E99999999B93F8014AE47E17AFC3F400000000000F03F00CDCCCCCCCCEC3FA06666666666FE3F8014AE47E17AFC3FA06666666666FE3F000000000000003D1800000000000040000000000000003D18000000000000400000000000000040400000000000F03F000000000000F03F000000000000143D0000000000000040000000000000143D000000000000003D, 0);
March 29, 2010 at 12:50 pm
rschaeferhig (3/29/2010)
mister.magoo (3/29/2010)
"Your web app" - that means you need to read Gift Peddie's previous post ...We have no problem converting RDL to RDLC, deploying to the web server or rendering the report on a web page. The problem I'm trying to solve is distributing the software that is installed when you first click the Local Print button. Most of our users (about 28,000) don't have Local Admin so they can't install. I need to send it to our Desktop Client Automation group for certifcation, packaging and distribution.
Your post with the link to the Kodyaz article was perfect, it just took me a while to find the files.
Again I am not aware of Reportviewer web running without the Redist in your GAC or BIN folder but I could be wrong.
I am also not sure you can distribute the controls without the redist because I think that will be in your EULA.
Kind regards,
Gift Peddie
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply