Click here to Skip to main content
15,894,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I'm Developing Crystal Report in VS2008. I need to set width for detailsection (section3). i Can made this manually. DetailSection--> Right Click--> Section Expert--> LayOut--> Set Width.
Tell me how to do this by Programmatically.


Regards
senthil
Posted

1 solution

VB
Dim section As Section = reportDocument.ReportDefinition.Sections("Section3")
section.Width = width
 
Share this answer
 
v2
Comments
mina17 3-Nov-16 10:09am    
how to do this by C#

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