Search found 13 matches

by DavidWatt
Fri Jan 27, 2017 2:26 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Creating DemoNet.data file
Replies: 6
Views: 14489

Re: Creating DemoNet.data file

I did send a request to support@stimulsoft.com. To help me load the designer with Data.xsd / Data.xml.

Thanks tor replying.
by DavidWatt
Fri Jan 27, 2017 2:13 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Creating DemoNet.data file
Replies: 6
Views: 14489

Re: Creating DemoNet.data file

That has changed given your answer. I want a way to registerBusinessObject using Demo.xsd / Demo.xml in Silverlight Code-Behind. I cannot get this to work because of the limitations of the DataSet in Silverlight. I can get it to work using the alternate format used in the DemoNet.data file, but buil...
by DavidWatt
Thu Jan 26, 2017 2:48 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Creating DemoNet.data file
Replies: 6
Views: 14489

Re: Creating DemoNet.data file

When I downloaded Samples-Silverlight-CSharp-master.zip, in the "Using DataSet as Business Object" There is a DemoNet.data file that was being read and loaded into a DataSet. DataSet dataSet = new DataSet(); using (var stream = asm.GetManifestResourceStream("UsingDataSetAsBusinessObje...
by DavidWatt
Wed Jan 25, 2017 3:13 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Creating DemoNet.data file
Replies: 6
Views: 14489

Creating DemoNet.data file

I am evaluating Stimulsoft, and would like to be capable of producing data just like the Demo dataset in DemoNet.data. Can you provide me with example code that you used to create and then write this file. Is there a DLL that has I can use for this process? Note: When I export data straight from a D...
by DavidWatt
Mon Jan 23, 2017 4:33 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 20633

Re: Need help with dynamic tables/data in Silverlight Contro

Is there a Sti DataSet structure you are creating before you create the DemoNet.data file? I am seeing structures like RelationsInfo, Contents, Relation, Reduction, in the output data?

Again, Please show me some example code that produces you DemoNet.data file. it may answer all my questions.
by DavidWatt
Mon Jan 23, 2017 4:27 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 20633

Re: Need help with dynamic tables/data in Silverlight Contro

Is there a Dataset Structure you are populating and then exporting?
by DavidWatt
Mon Jan 23, 2017 4:16 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 20633

Re: Need help with dynamic tables/data in Silverlight Contro

What .net version are you using? Is there a Sti structure you populate and use to create the data file in your samples? I believe a good example of how you create your sample *.data files would answer most of my questions.
by DavidWatt
Mon Jan 23, 2017 3:44 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 20633

Re: Need help with dynamic tables/data in Silverlight Contro

Can you give me an example of this code? I would like to see the details used in these calls so I can match them. My output does not look like the output in DemoNet.data.
by DavidWatt
Fri Jan 20, 2017 8:33 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 20633

Re: Need help with dynamic tables/data in Silverlight Contro

How do you create the DemoNet.data files in your demo? Was this built by using the dataSet.WriteXml (C#) command? Can you supply example code to build these data files?
by DavidWatt
Tue Jan 17, 2017 7:35 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Need help with dynamic tables/data in Silverlight Control
Replies: 12
Views: 20633

Re: Need help with dynamic tables/data in Silverlight Contro

I did not create the JSON method yet. I was hoping I could deserialize a Json object and feed it to your RegBusinessObject method some how giving me the ability to dynamically set the tables, fields, and some data for the preview.