Report Sections
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am trying to hide report sections on my report and i am using code below, but sections doesnt hide. Any idea,help...??? ReportDocument d = new ReportDocument(); d.Load(Server.MapPath(@"Reports\Example.rpt")); d.ReportDefinition.Sections[4].SectionFormat.EnableSuppress = true;
-
I am trying to hide report sections on my report and i am using code below, but sections doesnt hide. Any idea,help...??? ReportDocument d = new ReportDocument(); d.Load(Server.MapPath(@"Reports\Example.rpt")); d.ReportDefinition.Sections[4].SectionFormat.EnableSuppress = true;