Page 1 of 1

many suggestion, create report very slow.

Posted: Wed Aug 06, 2008 4:22 am
by progame
1, filter
some rows value will be null, if use filter, will raise case error when convert null to guid datetime or other datatypes.

2, export page, and open in new report, if unit in report setup is diff, the imported page is confusion

3, drag image column to band from dictionary, it will auto show image field, but never display image correctly, must insert new image from toolbox and select datacolumn

4. if i set mastercomponent of databand A to databand B, and their datasource is the same table, will gen infinity rows, why not auto create a datatable clone as datasource for this self-relation?

5.
private StiReport m_StiReport;
Stimulsoft.Report.Design.StiDesigner.SavingReport += new Stimulsoft.Report.Design.StiSavingObjectEventHandler(StiDesigner_SavingReport);

void StiDesigner_SavingReport(object sender, Stimulsoft.Report.Design.StiSavingObjectEventArgs e)
{.....
m_StiReport.Save(stream); // sometimes still raise error, because the m_stireport be nothing, i can't reproduct it actually, and i never let it be null by code
....}

many suggestion, create report very slow.

Posted: Mon Aug 11, 2008 10:34 am
by Vital
Hello,
1, filter
some rows value will be null, if use filter, will raise case error when convert null to guid datetime or other datatypes.
Sorry we can't fix it now.
2, export page, and open in new report, if unit in report setup is diff, the imported page is confusion
Fixed.
3, drag image column to band from dictionary, it will auto show image field, but never display image correctly, must insert new image from toolbox and select datacolumn
Fixed.
4. if i set mastercomponent of databand A to databand B, and their datasource is the same table, will gen infinity rows, why not auto create a datatable clone as datasource for this self-relation?
This is not good idea.

5.
private StiReport m_StiReport;
Stimulsoft.Report.Design.StiDesigner.SavingReport += new Stimulsoft.Report.Design.StiSavingObjectEventHandler(StiDesigner_SavingReport);

void StiDesigner_SavingReport(object sender, Stimulsoft.Report.Design.StiSavingObjectEventArgs e)
{.....
m_StiReport.Save(stream); // sometimes still raise error, because the m_stireport be nothing, i can't reproduct it actually, and i never let it be null by code
....}[/quote]

We will check this.

many suggestion, create report very slow.

Posted: Mon Aug 11, 2008 12:11 pm
by progame
about image control, i download 8.5 version, yet not fixed.

many suggestion, create report very slow.

Posted: Mon Aug 11, 2008 12:32 pm
by Vital
Hello,

Fix will be available in build from 11 August.

Thank you.