Click here to Skip to main content
15,910,603 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello everybody,

I am planning to build a utility report configuration layer upon an existing system (which works perfectly so far). It is a sorting functionality to an existing report functionality which is built as part of that of existing system. You may ask why this, when there is similar functionality which is part of the RDLC engine, my answer is simple I want this as part of the existing system design.

Is it possible to control or inject sorting behaviors (programmatically) into the rdlc report on runtime so that I can provide the user with preconfiguration functionality?
Posted
Updated 27-Feb-14 10:20am
v3
Comments
lukeer 23-Jul-13 8:52am    
Does the existing system provide an interface for that?
Or do you at least have access to its source?
Yonathan1111 29-Jul-13 8:43am    
Not yet, but that is what I want to have in future.
lukeer 29-Jul-13 8:58am    
I guess there's no sorting API to the system you're talking about? Because then you would've stated your case another way. Wouldn't you?
Yonathan1111 29-Jul-13 9:07am    
Off-course there is no such API to the system, hence, it is the API I want to build for myself as part of my system.
Yonathan1111 29-Jul-13 9:07am    
Off-course there is no such API to the system, hence, it is the API I want to build for myself as part of my system.

1 solution

As per my comments, one option would be to add a parameter to the stored procedures for your reports and pass in the sort expression.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900