I am writting a custom web app that I need to get all available reports from the report server into an arraylist and then populate a drop down with that arraylist. I am getting back "myAppName.MyArrayName+ReportItem". I get this line for each available report in the dropdownlist but not the name or path...which I am requesting. What am I doing wrong? Does it have something to do with the dropdownlist capability? Please advise. Thanks so much!
CurtisKYou want to extend the ListItem that the drop down list uses to support your
CatalogItem types. This can be down by writing a few lines of code. For an
example of how this is done, see the FindRenderSave or RSExplorer sample
applications that ship with Reporting Services.
Bryan
--
Bryan Keller
Developer Documentation
SQL Server Reporting Services
A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.
"CurtisK" <CurtisK@.discussions.microsoft.com> wrote in message
news:2FC2AECB-FE8A-4615-AD7D-5A724BA4FC9C@.microsoft.com...
> I am writting a custom web app that I need to get all available reports
from the report server into an arraylist and then populate a drop down with
that arraylist. I am getting back "myAppName.MyArrayName+ReportItem". I get
this line for each available report in the dropdownlist but not the name or
path...which I am requesting. What am I doing wrong? Does it have something
to do with the dropdownlist capability? Please advise. Thanks so much!
> CurtisK
Tuesday, February 21, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment