cancel
Showing results for 
Search instead for 
Did you mean: 

CR XI R2 with .NET getting Dynamic Parameter List of Values returns nothing.

Former Member
0 Kudos

Post Author: alpates

CA Forum: .NET

I am using CR XI R2 and with .NET getting Dynamic Parameter's List of Values returns nothing. When the parameter is static, I can easily read all LOV from .net but if it is dynamic parameter no value exists. Anyone know a workaround other than getting the manually querying and addin the result to list?

I have tried many thign and spent many hours but cannot success!!! Please help with a code example

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Post Author: Ted Ueda

CA Forum: .NET

Dynamic and cascading LOV's aren't exposed via the SDK - the report viewer has the capability of working with LOV's to present the user with dynamic LOV's, but this is not accessible directly via the SDK. If you're looking for interactively setting the parameter values, one way is to integrate the viewer into your solution.

Sincerely,

Ted Ueda

Answers (1)

Answers (1)

Former Member
0 Kudos

Post Author: alpates

CA Forum: .NET

Cannot we work aorund with this problem by using prompt.dll or crlov.dll or crviewer.dll?

It is really bad that we cannot fetch that lov's.