Couple More questions
Couple More questions
#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
Hello Mike,
You can use Interaction.SortingColumn property. This feature available in WinViewer, WpfViewer and Viewer.Fx.
Thank you.
You can use static option Stimulsoft.Report.StiOptions.Engine.DefaultPaperSize to change it.#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.
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.
Thank you.