Page 1 of 2

HTML5 Report Mobile Designer Dataset

Posted: Fri Mar 14, 2014 5:05 pm
by bobsov
I am loading a custom dataset in report mobile designer on loadreport event. This shows up in right panel dictionary. However, when I go to select New -> Standard Report. my data sources in wizard is empty. Is this not supported yet?

Here is my simple code:

Code: Select all

        
        var report = new StiReport();
        report.RegData(dsRoot);
        report.Dictionary.Synchronize();
        StiMobileDesigner1.Report = report;

Second question -> How can I force wizard to display(with Standard Report) if the report happens to be new report as soon as user lands to the page.

Re: HTML5 Report Mobile Designer Dataset

Posted: Mon Mar 17, 2014 5:38 am
by HighAley
Hello.
bobsov wrote:I am loading a custom dataset in report mobile designer on loadreport event. This shows up in right panel dictionary. However, when I go to select New -> Standard Report. my data sources in wizard is empty. Is this not supported yet?
Do you see your Data Source in Dictionary tab?
bobsov wrote:Second question -> How can I force wizard to display(with Standard Report) if the report happens to be new report as soon as user lands to the page.
You can use next javascript code on the page after Designer is loaded.

Code: Select all

jsMobileDesigner1.ExecuteAction("newReport");
Thank you.

Re: HTML5 Report Mobile Designer Dataset

Posted: Mon Mar 17, 2014 4:08 pm
by bobsov
Hello Aleksey:

Yes, I see the datasource in dictionary tab with all columns information. However, I don't see this in Wizard.

Re: HTML5 Report Mobile Designer Dataset

Posted: Tue Mar 18, 2014 5:56 am
by HighAley
Hello.

Please, send us a sample project which reproduces the issue for analysis.

Thank you.

Re: HTML5 Report Mobile Designer Dataset

Posted: Tue Mar 18, 2014 8:09 am
by bobsov
I am attaching what designer looks like. I will send u project file too.

Re: HTML5 Report Mobile Designer Dataset

Posted: Tue Mar 18, 2014 8:13 am
by bobsov
I will send you an email with attachments.

Re: HTML5 Report Mobile Designer Dataset

Posted: Tue Mar 18, 2014 11:49 am
by HighAley
Hello.

Thanks. We will answer you by email soon.

Re: HTML5 Report Mobile Designer Dataset

Posted: Fri Mar 21, 2014 7:33 am
by bobsov
Any rough estimate on this Aleksey?

Re: HTML5 Report Mobile Designer Dataset

Posted: Fri Mar 21, 2014 12:09 pm
by HighAley
Hello.

You should handle OnCreateReport event to see your Data Source in the Wizard.
Please, look at the attached project.

Thank you.

Re: HTML5 Report Mobile Designer Dataset

Posted: Mon Mar 24, 2014 3:37 am
by bobsov
I can actually swear that I tried that "onCreateReport" too. This works great.

I am finally moving away from silverlight report designer to html5 report designer. It is solid and rocks all the way. Hope to see chart feature soon too.