Allignment Issue in Crystal report Visual Studio 2008
I am using Crystal Report in Visual Studio 2008 and I am here having one main report and 3 other sub reports.I cannot able to make the position for the sub reports all are coming in different alignment. I just right click on the main report and insert sub report and browse the re开发者_如何学Goport. Its work fine.The problem are 1) the allignment of the subreports 2) how to hide a subreport when there is no value
Thanks
Hi You could try the following for 2) how to hide a subreport when there is no value
Right click on the "sub-report" and select "property" On "Format Editor" -> "Common" Tab ->Click on the formula button beside "suppress" then you can try to write COUNT({your datasource name ;1.fieldname})=0 that mean if the row count is 0 then suppress your subreport
if you add you subreport inside a section, you could do something similar to suppress the whole session.
Please correct me if my concept is wrong
精彩评论