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
Recent Documents List
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Recent Documents List
Hello Johnham,
To get list of all recent files you can use following property:
Also you can use following static events:
Thank you.
Please get latest prerelease build. We have made some improvements regarding customization recent files. You can use following code to add file recent file: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?
Code: Select all
designerControl.AddRecentFile(string file, object tag)
Code: Select all
designerControl.RecentFiles
Code: Select all
StiOptions.Engine.GlobalEvents.DisplayRecentFileInDesigner
StiOptions.Engine.GlobalEvents.OpenRecentFileInDesigner