c# - Allignment Issue in Crystal report Visual Studio 2008 -
i using crystal report in visual studio 2008 , here having 1 main report , 3 other sub reports.i cannot able make position sub reports coming in different alignment. right click on main report , insert sub report , browse report. work fine.the problem 1) allignment of subreports 2) how hide subreport when there no value
thanks
hi try following 2) how hide subreport when there no value
right click on "sub-report" , select "property" on "format editor" -> "common" tab ->click on formula button beside "suppress" can try write count({your datasource name ;1.fieldname})=0 mean if row count 0 suppress subreport
if add subreport inside section, similar suppress whole session.
please correct me if concept wrong
Comments
Post a Comment