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
295
Page Orientation is not working
posted

I am trying to generate pdf document with page oriention set to landscape but it not having any effect

Dim Document As New Report()

Dim PDFSection As Infragistics.Documents.Report.Section.ISection = Document.AddSection()

PDFSection.PageOrientation = Infragistics.Documents.Report.PageOrientation.Landscape

' other code goes here

Document.Publish(FilePath,FileFormat.PDF).

 Is ther any code sample that you can point me to?

Regards

Devinder Singh