ReportControl.net |
Post Reply |
Author | |
smsofter
Newbie Joined: 13 February 2007 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 20 July 2009 at 10:45am |
How i can save the profile as the ActiveX report control? (ReportControl.SaveSettings)
Thanks. |
|
VladimirKh
Moderator Group Joined: 20 July 2009 Status: Offline Points: 10 |
Post Options
Thanks(0)
|
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 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
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)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |