all groups > sql server reporting services > july 2004 >
You're in the

sql server reporting services

group:

Returning ListChildren Name and Path


Returning ListChildren Name and Path CurtisK
7/31/2004 9:11:01 AM
sql server reporting services:
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!

Re: Returning ListChildren Name and Path Bryan Keller [MSFT]
8/1/2004 8:37:32 AM
You 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.


[quoted text, click to view]
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!
[quoted text, click to view]

AddThis Social Bookmark Button