many suggestion, create report very slow.

Stimulsoft Reports.NET discussion
Post Reply
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

many suggestion, create report very slow.

Post 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
....}
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

many suggestion, create report very slow.

Post 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.
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

many suggestion, create report very slow.

Post by progame »

about image control, i download 8.5 version, yet not fixed.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

many suggestion, create report very slow.

Post by Vital »

Hello,

Fix will be available in build from 11 August.

Thank you.
Post Reply