many suggestion, create report very slow.
Posted: Wed Aug 06, 2008 4:22 am
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
....}
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
....}