Search found 19 matches

by petrdivis
Wed Jun 23, 2021 9:53 am
Forum: Stimulsoft Reports.NET
Topic: Parent Columns and Child Columns don't have type-matching co
Replies: 32
Views: 14543

Re: Parent Columns and Child Columns don't have type-matching co

Hi Stimulsoft,

could you please make the exception say more detail? We have many relations in our report and suddenly it started saying this exception but we cannot find it easily, what relation is wrong.

Could you add a name of the relation ?

Thanks!
by petrdivis
Wed Jul 17, 2019 12:27 pm
Forum: Stimulsoft Reports.NET
Topic: Refresh fields in datasource
Replies: 11
Views: 4614

Re: Refresh fields in datasource

Hello Lech,
here is the code to reproduce the problem
https://github.com/czechdude/Stimulsoft ... esh-fields
the description is in Readme.md
by petrdivis
Tue Jul 16, 2019 8:55 am
Forum: Stimulsoft Reports.NET
Topic: Refresh fields in datasource
Replies: 11
Views: 4614

Re: Refresh fields in datasource

That is weird, even if i do
report.Dictionary.DataSources.Clear();
report.Dictionary.Synchronize();

the Data Sources in Dictionary UI does not get empty.
by petrdivis
Tue Jul 16, 2019 6:17 am
Forum: Stimulsoft Reports.NET
Topic: Refresh fields in datasource
Replies: 11
Views: 4614

Re: Refresh fields in datasource

Thanks, I tried as you suggested with RegData("GEONIS", gDataTable) but it didnt refresh missing column. the mrt looks like this: Notepad2_2019-07-16_08-04-30.png I tried to delete DOCUMENT column from the DB, but in Dictionaries in Designer it does not refresh. GeonisReportDesigner_2019-0...
by petrdivis
Mon Jul 15, 2019 1:37 pm
Forum: Stimulsoft Reports.NET
Topic: Refresh fields in datasource
Replies: 11
Views: 4614

Re: Refresh fields in datasource

Hello, unfortunatelly, the RegData creates a new DataSource "test" instead of replacing our "GEONIS/test" datasource GeonisReportDesigner_2019-07-15_15-34-53.png the code: StiReport.Load(filePath); UpdateAssemblies(); foreach (StiDataSource stiReportDataSource in StiReport.DataSo...
by petrdivis
Tue Jul 09, 2019 11:18 am
Forum: Stimulsoft Reports.NET
Topic: Refresh fields in datasource
Replies: 11
Views: 4614

Re: Refresh fields in datasource

Hi,
can this be achieved programatically when having custom StiUserSource and StiUserAdapterService? So the column appears in Dictionary on the right

thanks!
by petrdivis
Wed Oct 18, 2017 7:26 am
Forum: Stimulsoft Reports.WEB
Topic: Custom component + SubReport.UseExternalReport
Replies: 7
Views: 3884

Re: Custom component + SubReport.UseExternalReport

I I wanted to ask if with 2017.1 the custom component use (from .Net and WCF Reports) is still not possible in Reports.Web. Thanks E.g. custom Map Component defined as follows: using Stimulsoft.Base.Drawing; using Stimulsoft.Base.Localization; using Stimulsoft.Base.Serializing; using Stimulsoft.Base...
by petrdivis
Wed Jun 14, 2017 11:41 am
Forum: Stimulsoft Reports.NET
Topic: StiDesigner.LoadedReport vs. OpenRecentFileInDesigner Event
Replies: 12
Views: 6642

Re: StiDesigner.LoadedReport vs. OpenRecentFileInDesigner Ev

Hi, still does not change a thing. It is of type System.EventHandler which does not have property in EventArgs "Processed" as the OpenRecentFileInDesigner does (type StiOpenRecentFileObjectEventHandler with StiOpenRecentFileObjectEventArgs). I also have tried LoadingReportInDesigner, it ha...
by petrdivis
Fri Jun 09, 2017 7:06 am
Forum: Stimulsoft Reports.NET
Topic: StiDesigner.LoadedReport vs. OpenRecentFileInDesigner Event
Replies: 12
Views: 6642

Re: StiDesigner.LoadedReport vs. OpenRecentFileInDesigner Ev

Hi HighAley,

when using LoadingReport, the report filename is not there as the event appears before the Browse dialog opens.
I am reading StiDesignerControl.ReportFileName property.

Cheers
Petr
by petrdivis
Tue May 30, 2017 6:23 am
Forum: Stimulsoft Reports.NET
Topic: StiDesigner.LoadedReport vs. OpenRecentFileInDesigner Event
Replies: 12
Views: 6642

Re: StiDesigner.LoadedReport vs. OpenRecentFileInDesigner Ev

Hello, so how far did you get? any news?

thanks

Petr