Print Page | Close Window

ReportControl.net

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: .NET WinForms
Forum Description: Topics related to Codejock .NET Windows Forms products
URL: http://forum.codejock.com/forum_posts.asp?TID=14777
Printed Date: 29 April 2024 at 12:21pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ReportControl.net
Posted By: smsofter
Subject: ReportControl.net
Date Posted: 20 July 2009 at 10:45am
How i can save the profile as the ActiveX report control? (ReportControl.SaveSettings)

Thanks.



Replies:
Posted By: VladimirKh
Date Posted: 20 July 2009 at 3:49pm
Hi
If you are working with ActiveX report control, then your question is misplaced - it has to be in ActiveX Forum.
For NET version of Report Control we do not offer any feature to save current settings. We consider it as customer task.

Regards
Vladimir


Posted By: mdoubson
Date Posted: 23 July 2009 at 7:41pm
for ActiveX case:
 
DIM StoredString as String
 
StoredString = ReportControl.SaveSettings()
 
SaveSettings return you a string you can save in ini-file or registry and use in LoadSettings call:
 
ReportControl.LoadSettings(StoredString)


-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net