This is a migrated thread and some comments may be shown as answers.

Printing configuration

1 Answer 107 Views
SpreadStreamProcessing
This is a migrated thread and some comments may be shown as answers.
Sébastien
Top achievements
Rank 1
Sébastien asked on 12 Jan 2017, 08:55 AM

Hi,

Is it possible to configure the printing as for the library RadSpreadProcessing ?

Thank you

'Print configuration
Dim pageSetup As Printing.WorksheetPageSetup = excSheet.WorksheetPageSetup
pageSetup.PaperType = Telerik.Windows.Documents.Model.PaperTypes.A4
pageSetup.PageOrientation = Telerik.Windows.Documents.Model.PageOrientation.Landscape
Dim HeadFootSettings As Printing.HeaderFooterSettings = pageSetup.HeaderFooterSettings
HeadFootSettings.Header.CenterSection.Text = excSheet.Name
HeadFootSettings.Footer.CenterSection.Text = DateTime.Now.ToString

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 17 Jan 2017, 07:38 AM
Hello Sébastien,

RadSpreadStreamProcessing doesn't support page setup. There is feature request logged in the feedback portal for implementing such feature. You can track its status there and vote for an implementation.

Regards,
Martin
Telerik by Progress

Tags
SpreadStreamProcessing
Asked by
Sébastien
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or