Skip to Content
0
Former Member
Jan 13, 2009 at 05:33 AM

How to increase the width of Section using RAS?

32 Views

Hi,

i am using Crystal report Server XI R2 RAS to generate dynamic reports, i tried to increase the width of page header section using the following code

section.width = 11000

but this does not work.

i tried by changing the papersize using following code

rcDoc.ReportDocument.PrintOptions.PaperSize = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperSizeEnum.crPaperSizePaper

rcDoc.ReportDocument.PrintOptions.PaperOrientation = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperOrientationEnum.crPaperOrientationLandscape;

this also not helped me.

some forum suggested to increase the size of textobject in pagegeader section, but not helped.

please post code to implement this.

my problem is that,

i have pageheader section formated with background color.

I have 12 columns names (textobjects) in page header, 10 are displayed inside the section and 2 resides out of the section region.

How to resolve

Padmanaban V

Edited by: Padmanaban Viswanathan on Jan 13, 2009 11:09 AM