Page 1 of 1

Recent Documents List

Posted: Wed Jul 08, 2009 10:46 am
by johnham
I am using the Ribbon interface and provide my own saving/loading logic to save/load from my SQL Database. Is there a way I can customize the Recent Documents List with Report ID's from my database and then load them using my custom loading logic when they are clicked on?

Recent Documents List

Posted: Fri Jul 10, 2009 8:31 am
by johnham
:grinder: bump :grinder:

Recent Documents List

Posted: Fri Jul 10, 2009 2:25 pm
by Jan
Hello Johnham,
I am using the Ribbon interface and provide my own saving/loading logic to save/load from my SQL Database. Is there a way I can customize the Recent Documents List with Report ID's from my database and then load them using my custom loading logic when they are clicked on?
Please get latest prerelease build. We have made some improvements regarding customization recent files. You can use following code to add file recent file:

Code: Select all

designerControl.AddRecentFile(string file, object tag)
To get list of all recent files you can use following property:

Code: Select all

designerControl.RecentFiles
Also you can use following static events:

Code: Select all

StiOptions.Engine.GlobalEvents.DisplayRecentFileInDesigner
StiOptions.Engine.GlobalEvents.OpenRecentFileInDesigner
Thank you.

Recent Documents List

Posted: Mon Jul 13, 2009 12:39 pm
by johnham
BRILLIANT!!!

:biggrin: