reporting services - How to implement Optional Parameters filtering using SSRS report against Sharepoint List -


i wonder if can create conditional caml filtering within report itself.. modify caml query based on filter parameters provided.

if not, i'm seeking advices on best method create ssrs reports within sp2010 can that.

thanks

this way such thing

([parameter1] = "" or field1 contains [parameter1]) , ([parameter2] = "" or field2 contains [parameter2]) 

thanks junlasak


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -