.net - How to display a table inside a table cell using Rdlc report -
is there way display table inside table cell using rdlc report? if please guide me new rdlc reports.
regards b dharmaraju
depending of issue, can try 2 ways of doing :
the easiest way use subreports. check msdn here : http://msdn.microsoft.com/en-us/library/ms160348.aspx
another way maybe harder generate dynamically report (rdlc file). don't forget it's xml file. can make 1 want business intelligence studio , generate own tool.
Comments
Post a Comment