c# - How to create a dynamic SSRS Report -
i doing lab test web application project.in ,customer apply order list of lab test.once lab test completed , need create report test conducted. test different each other.i can create query desired result.but table columns dynamic , number of tables(different test have different table) dynamic.
as far know , can create 1 static report format , bind data table it.or can create row group , colum group in matrix(i got links)and dynamically hide , visible column.
my requirement bit different , can't make static. there way dynamic in ssrs or other tool ?. or have go old school need create report format(excel,pdf)in code(c#). please advice tips, links or article can solve issue. appreciated.
as far understood requirement, need have different tables(in regards columns , style) different tests.
for need add seperate tablix each test (assuming have limited number of tests) , need set filters , visibilty expression on each tables based on specific 'test name'.
just right click on top-left corner of tablix.
click on tablix properties.
in tablix properties window:
go visibility tab setting expression show/hide tablix.
go filter tab , add value , expression filtering dataset.
i hope fulfills requirement.
Comments
Post a Comment