Hi,
I'm trying to setup an xml datasource in ssrs 2005. The xml datasource is
an xml render from a ssrs 2000 report.
The connection string is a url which works fine when I put it into a
standalone browser (prompts me to save the xml output).
However when I try to then do a basic Query String for a dataset, I get an
error back from ssrs 2000
"The value provided for the report parameter 'EndDate' is not valid for its
type. (rsReportParameterTypeMismatch) "
My url is url encoded, and has the name value pair
"rs:ParameterLanguage=en-GB" defined
Any ideas on troubleshooting this?
Thanks
MartinTurns out I wasn't affecting the url when I thought I was.
"Martin" <x@.y.z> wrote in message
news:%23pgeok9OHHA.3268@.TK2MSFTNGP03.phx.gbl...
> Hi,
> I'm trying to setup an xml datasource in ssrs 2005. The xml datasource is
> an xml render from a ssrs 2000 report.
> The connection string is a url which works fine when I put it into a
> standalone browser (prompts me to save the xml output).
> However when I try to then do a basic Query String for a dataset, I get an
> error back from ssrs 2000
> "The value provided for the report parameter 'EndDate' is not valid for
> its type. (rsReportParameterTypeMismatch) "
> My url is url encoded, and has the name value pair
> "rs:ParameterLanguage=en-GB" defined
> Any ideas on troubleshooting this?
> Thanks
> Martin
>
Showing posts with label render. Show all posts
Showing posts with label render. Show all posts
Wednesday, March 21, 2012
Friday, March 9, 2012
Problem when Exporting a Report which have subreports in it
Hello
i am facing a problem when i render a report in Excel which have a subreport
in it.
it give me error "Sub Report within Table/Matrix are ignored".
how can i solve this issue plz help.
ThanksHi Malik,
Don't use table objects. Instead, place the sub-report within a listbox
object.
Aardvark
"Malik Asif Joyia" wrote:
> Hello
> i am facing a problem when i render a report in Excel which have a subreport
> in it.
> it give me error "Sub Report within Table/Matrix are ignored".
> how can i solve this issue plz help.
> Thanks
>
>
i am facing a problem when i render a report in Excel which have a subreport
in it.
it give me error "Sub Report within Table/Matrix are ignored".
how can i solve this issue plz help.
ThanksHi Malik,
Don't use table objects. Instead, place the sub-report within a listbox
object.
Aardvark
"Malik Asif Joyia" wrote:
> Hello
> i am facing a problem when i render a report in Excel which have a subreport
> in it.
> it give me error "Sub Report within Table/Matrix are ignored".
> how can i solve this issue plz help.
> Thanks
>
>
Wednesday, March 7, 2012
Problem using Visual Studio 2008 Winforms ReportViewer
I have an application built using VS 2008 (3.5 fx). I build a series of
reports (using VS 2005 (sigh)) and am now tryiing to render them using a
Windows form and the ReportViewer control in the VS 2008 app. However I
always get the error message "The source of the report definition has not
been specified" when I execute the line
m_reportViewer.RefreshReport();
When I try to view the very same report in a VS 2005 app it renders without
error. I can also view the report using Report Manager and preview it in the
VS 2005 app I use to build it. Any suggestions?
Thx
Helen
--
Helen Warn, PhD
Agile Software Inc.
www.agile-soft.comNever mind. I added and removed the ReportViewer control a few times,
switching between Versino 8 & Version 9, and finally it worked :)
--
Helen Warn, PhD
Agile Software Inc.
www.agile-soft.com
reports (using VS 2005 (sigh)) and am now tryiing to render them using a
Windows form and the ReportViewer control in the VS 2008 app. However I
always get the error message "The source of the report definition has not
been specified" when I execute the line
m_reportViewer.RefreshReport();
When I try to view the very same report in a VS 2005 app it renders without
error. I can also view the report using Report Manager and preview it in the
VS 2005 app I use to build it. Any suggestions?
Thx
Helen
--
Helen Warn, PhD
Agile Software Inc.
www.agile-soft.comNever mind. I added and removed the ReportViewer control a few times,
switching between Versino 8 & Version 9, and finally it worked :)
--
Helen Warn, PhD
Agile Software Inc.
www.agile-soft.com
Subscribe to:
Posts (Atom)