Does anybody know if there is way to use Reporting Services 2000 with
Visual Studio 2005 (design reports for Reporting Services 2000)?
Regards,
SumardiNo. You cannot do this.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Sumardi" <sumardi.sm@.gmail.com> wrote in message
news:1144943881.019142.217550@.i39g2000cwa.googlegroups.com...
> Does anybody know if there is way to use Reporting Services 2000 with
> Visual Studio 2005 (design reports for Reporting Services 2000)?
> Regards,
> Sumardi
>|||Can't I have VS 2003 / VS 2005 Report Designers both side-by-side? I need
to design reports to target RS 2000 as well as RS 2005. I have both VS
products installed, but I need to somehow enable RS projects in my VS 2003
environment.. only my VS2005 environment has RS projects enabled.. aaah! I
have SQL 2005 on the box too..
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:%23O1a0$xXGHA.4988@.TK2MSFTNGP05.phx.gbl...
> No. You cannot do this.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Sumardi" <sumardi.sm@.gmail.com> wrote in message
> news:1144943881.019142.217550@.i39g2000cwa.googlegroups.com...
>> Does anybody know if there is way to use Reporting Services 2000 with
>> Visual Studio 2005 (design reports for Reporting Services 2000)?
>> Regards,
>> Sumardi
>
Showing posts with label regards. Show all posts
Showing posts with label regards. Show all posts
Monday, March 26, 2012
Tuesday, March 20, 2012
Reporting Services
Dear sir
When i try to subscribe the report, it gives error "Credentials used to run
this report are not stored".
thanks and regards
arvind
asharma@.techaxes.com
--
asharmahttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/rswork/htm/rms_datasources_v1_87e9.asp
Please go through the above URL. I hope this helps.
Reetesh B. Chhatpar
ShawMan Software Enterprises
www.shawmansoftware.com
Diamond is just another piece of coal that did well under pressure.
"asharma2004" <asharma@.harbingertechaxes.com> wrote in message
news:8A4C67B4-F0FD-4647-AA6D-988E5F7B5F39@.microsoft.com...
> Dear sir
> When i try to subscribe the report, it gives error "Credentials used to
run
> this report are not stored".
> thanks and regards
> arvind
> asharma@.techaxes.com
> --
> asharma|||this works for me
(where "reports" is my web reference to reporting services)
Dim Credentials As reports.DataSourceCredentials()
rs.Credentials = System.Net.CredentialCache.DefaultCredentials
rs.render.....blah blah blah
"asharma2004" wrote:
> Dear sir
> When i try to subscribe the report, it gives error "Credentials used to run
> this report are not stored".
> thanks and regards
> arvind
> asharma@.techaxes.com
> --
> asharma
When i try to subscribe the report, it gives error "Credentials used to run
this report are not stored".
thanks and regards
arvind
asharma@.techaxes.com
--
asharmahttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/rswork/htm/rms_datasources_v1_87e9.asp
Please go through the above URL. I hope this helps.
Reetesh B. Chhatpar
ShawMan Software Enterprises
www.shawmansoftware.com
Diamond is just another piece of coal that did well under pressure.
"asharma2004" <asharma@.harbingertechaxes.com> wrote in message
news:8A4C67B4-F0FD-4647-AA6D-988E5F7B5F39@.microsoft.com...
> Dear sir
> When i try to subscribe the report, it gives error "Credentials used to
run
> this report are not stored".
> thanks and regards
> arvind
> asharma@.techaxes.com
> --
> asharma|||this works for me
(where "reports" is my web reference to reporting services)
Dim Credentials As reports.DataSourceCredentials()
rs.Credentials = System.Net.CredentialCache.DefaultCredentials
rs.render.....blah blah blah
"asharma2004" wrote:
> Dear sir
> When i try to subscribe the report, it gives error "Credentials used to run
> this report are not stored".
> thanks and regards
> arvind
> asharma@.techaxes.com
> --
> asharma
Tuesday, February 21, 2012
Reporting from an excel datasource
Hi
I am trying to build a report from data residing in an excel datasource, but
cannot work out how, could anyone assist?
Kind regards
RickyYou need to setup and ODBC driver for excel. and then use this as the
datasource provider.
"RickyP" <ricky@.msn.com> wrote in message
news:4371AC59-84E2-4010-98DB-2CAB3755AF1E@.microsoft.com...
> Hi
> I am trying to build a report from data residing in an excel datasource,
> but cannot work out how, could anyone assist?
> Kind regards
> Ricky|||Thanks for the note, didn't realise you had to connect via ODBC...thought
that you could connect straight to an XL file...
"news.microsoft.com" <me@.myplace.com> wrote in message
news:O9ZEwxvlIHA.5956@.TK2MSFTNGP03.phx.gbl...
> You need to setup and ODBC driver for excel. and then use this as the
> datasource provider.
>
> "RickyP" <ricky@.msn.com> wrote in message
> news:4371AC59-84E2-4010-98DB-2CAB3755AF1E@.microsoft.com...
>> Hi
>> I am trying to build a report from data residing in an excel datasource,
>> but cannot work out how, could anyone assist?
>> Kind regards
>> Ricky
>
I am trying to build a report from data residing in an excel datasource, but
cannot work out how, could anyone assist?
Kind regards
RickyYou need to setup and ODBC driver for excel. and then use this as the
datasource provider.
"RickyP" <ricky@.msn.com> wrote in message
news:4371AC59-84E2-4010-98DB-2CAB3755AF1E@.microsoft.com...
> Hi
> I am trying to build a report from data residing in an excel datasource,
> but cannot work out how, could anyone assist?
> Kind regards
> Ricky|||Thanks for the note, didn't realise you had to connect via ODBC...thought
that you could connect straight to an XL file...
"news.microsoft.com" <me@.myplace.com> wrote in message
news:O9ZEwxvlIHA.5956@.TK2MSFTNGP03.phx.gbl...
> You need to setup and ODBC driver for excel. and then use this as the
> datasource provider.
>
> "RickyP" <ricky@.msn.com> wrote in message
> news:4371AC59-84E2-4010-98DB-2CAB3755AF1E@.microsoft.com...
>> Hi
>> I am trying to build a report from data residing in an excel datasource,
>> but cannot work out how, could anyone assist?
>> Kind regards
>> Ricky
>
Subscribe to:
Posts (Atom)