report size
Hi all
does anybody know how to change the width of a report??
My problem is with the sections, I´ve tried the next code but only the Height property can be changed.
Dim section As Section
section = report.ReportDefinition.Sections.Item("Section2")
I´ve also tried with a stylesheet but nothing happens
report.SetCssClass(CrystalDecisions.[Shared].ObjectScope.AllSections, "estilos_informes")
In design time, the property width of the sections is disabled
Any idea??
Thanks
|