Page 1 of 1

Couple More questions

Posted: Wed May 26, 2010 8:33 am
by MikeD

#1) Is there a way to change default Paper Size. The settings used are not what we're use to in the US...Our default size is 8.5 and 11.


#2) Is there a way to create a report with Dynamic sorting?? One feature we had with SQLReports was we could set the header fields that we we clicked each field the report would automatically sort based on the field header we clicked on.

Couple More questions

Posted: Thu May 27, 2010 1:10 am
by Jan
Hello Mike,
#1) Is there a way to change default Paper Size. The settings used are not what we're use to in the US...Our default size is 8.5 and 11.
You can use static option Stimulsoft.Report.StiOptions.Engine.DefaultPaperSize to change it.

Code: Select all

#2) Is there a way to create a report with Dynamic sorting?? One feature we had with SQLReports was we could set the header fields that we we clicked each field the report would automatically sort based on the field header we clicked on. 
You can use Interaction.SortingColumn property. This feature available in WinViewer, WpfViewer and Viewer.Fx.

Thank you.