Couple More questions

Stimulsoft Reports.WEB discussion
Post Reply
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

Couple More questions

Post 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.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Couple More questions

Post 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.
Post Reply