c# - ReportService2010 - Can I extract ValidValues property when it's query based? -


i trying pull report parameters report server using reportservice2010 proxy, noticed validvalue[] array returned itemparameter[] array comes null if values query-based.

is there way return them directly or have use query used retrieving parameter values?

this link has information need:

using getreportparameters in reporting services

in short, first thing must set forrendering parameter true when calling getitemparameters.

if have parameters valid values query uses other parameters, may need call getitemparameters several times until dependencies resolved. see link complete explanation.


Comments

Popular posts from this blog

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -