PropExchange problems |
Post Reply |
Author | |
AndyL
Newbie Joined: 07 November 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 18 January 2007 at 5:02am |
I have just installed version 10.4 and in experimenting with the Report Control I am having trouble using the PropExchange Object in the Report Control.
I added the following code to the standard sample app.
//try to save to XML file XtremeReportControl.PropExchange pe = new XtremeReportControl.PropExchange(); pe.CreateAsXML(true, "TestSection");
pe.SaveToFile(@"c:\temp\andytest.xml"); I get the following error when trying to build the solution Error 1 Cannot create an instance of the abstract class or interface 'XtremeReportControl.PropExchange' C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v10.4\samples\ReportControl\C#.NET\ReportSample\frmMain.cs 1818 51 ReportSample
I am sure that I have probably forgotten to add a reference or something - can anyone help?
regards
Andy
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
You have to use a corresponding method of ReportControlGlobalSettings
-- WBR, Serge |
|
AndyL
Newbie Joined: 07 November 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
That worked a treat Serge - Many thanks Andy |
|
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 |