Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Reports (WinGrd) 4 questions
posted

Hi all,

I'm exporting 3 grids to the same section

 Dim UG_to_Export_1 As Infragistics.Win.UltraWinGrid.UltraGrid
 Dim UG_to_Export_2 As Infragistics.Win.UltraWinGrid.UltraGrid
 Dim UG_to_Export_3 As Infragistics.Win.UltraWinGrid.UltraGrid

UGDE.AutoSize = DocumentExport.AutoSize.None
UGDE.Export(UG_to_Export_1, Section1)
UGDE.Export(UG_to_Export_2, Section1)
UGDE.Export(UG_to_Export_3, Section1)

1) How I can add a blank space between the grids when exported to the PDF?

I mean, all 3 grids are rednered one after the other, without any delimiter or space.

If I go with 3 sections, for some reason a pagebreak is added.

2) For some wierd reason, the exporting creates 1 or 2 extra blank pages...Why is that?

The last part only includes the footer and page numbering.

3) How I can make the grids to be centered on the page?

4) Is it possible to add a watermark?

I mean if there is a built-in feature to do that.

Thanks in advance for any help!

 

Parents Reply Children
No Data