Click here to Skip to main content
15,886,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What the following code means in vb.net
C#
return this.ReportDefinition.Sections[0];



Thanks in advance....... friends
Posted

1 solution

If you google it, it will lead to msdn library.
http://msdn.microsoft.com/en-us/library/ms225965(v=vs.80).aspx[^]

as the page show, this code belong to CrystalReportEngine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900