cancel
Showing results for 
Search instead for 
Did you mean: 

LIST OF VALUES & PROMPTS

Former Member
0 Kudos

Hi All,

I am looking for an example on how to retrieve report parameters (LIST OF VALUES ) from BOE repository.

My report is based on Business View Manager. When I run the report from the CMS web, I do see the drop down list and values.

How can I bring the same drop down list & values in my ASP.net page. In a nut shell I trying to write my own INFO VIEW web application with simplicity.

SELECT REPORT--> SHOW THE LIST OF VALUES >CLICK RUN REPORT> SHOW THE REPORT RESULTS/PDF.

Please somebody help me in this regard.

thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

How can I programmatically refresh list of values status on CR server XI R2?

Currently, after I modified the data source in the data connection, some of the LOVs in the report prompt window became empty when I tried to generate the report. I have to use Business View Manager to log onto the Crystal reports server XI R2, find and double click the list of values object to bring up the Edit LOV window, and then click on "Refresh Status" button to make the LOV available in the report prompt window.

What SDK should I use to create a simple application (preferable a desktop application) to find all LOV objects on CR server XI R2 and to refresh their status? That is an application similar to the "Refresh Status" function in Business View Manager.

I found Report Engine SDK has the Lov.Refresh function to refresh LOV. On the other hand, Report Engine SDK seems to be for BusinessObjects Enterprise, not for Crystal Reports Server. Can this or other function achieve what I want, i.e. to refresh list of values status on CR server XI R2? If yes, can I use it to develop a self-contained desktop application instead of a web application? I only need to run this application after I modify the data source in the data connection, so I prefer not need to deploy it as a web service.

Thanks for your help.

C.T.