Search found 8431 matches

by HighAley
Fri Nov 25, 2011 5:11 am
Forum: Stimulsoft Reports.WEB
Topic: Default the FilterEngine to SQLFilter?
Replies: 2
Views: 1158

Default the FilterEngine to SQLFilter?

Hello. Is it possible to change the default of the Filter Engine in the Databand to SQLFilter ? I couldn't see anything in StiWebDesignerOptions for this. For most reports I think it is bad to use the ReportFilter as that would need to pull all of the table data to the web server to filter it. 99.9%...
by HighAley
Fri Nov 25, 2011 3:47 am
Forum: Stimulsoft Reports.WEB
Topic: 2011.3.1111 - Object reference not set to an instance of an object
Replies: 5
Views: 3133

2011.3.1111 - Object reference not set to an instance of an object

Hello. I have a much smaller report for your reference. Note this only happens in the web viewer. The preview in the designer works ok. I had to roll back to .1106 to keep testing. This bug is in the our last prerelease build. Please, use previous version for a while. The fix will be available in ou...
by HighAley
Fri Nov 25, 2011 2:55 am
Forum: Stimulsoft Reports.NET
Topic: memory leaks
Replies: 31
Views: 13136

memory leaks

Hello. Our problem is basically that memory that is allocated when a report is opened in our product stays allocated, even when the report is closed again. If several reports are opened and closed in succession, the memory in use rises rapidly, to the point where a SystemOutOfMemory-exception is rai...
by HighAley
Fri Nov 25, 2011 1:17 am
Forum: Stimulsoft Ultimate
Topic: Convert RDL to Stimulsoft Reports (C# project)
Replies: 8
Views: 5156

Convert RDL to Stimulsoft Reports (C# project)

Hello. I want to convert some old RDL reports to Stimulsoft Reports. The tool on the Downloads section is a C# project, which I cannot compile. Is it possible to get the executable? RDL converter must be compiled for a particular assemblies version. Which version of Stimulsoft Reports do you use? Th...
by HighAley
Thu Nov 24, 2011 2:14 am
Forum: Stimulsoft Ultimate
Topic: High Performance
Replies: 10
Views: 6274

High Performance

Hello. I'm trying a simple report with: - SQL-query - 6 columns (number, string, data, decimal, decimal and decimal) - Bands: PageHeaderBand, ReportTitleBand, HeaderDataband and DataBand - return 100.000 rows with 1493 pages. Preview Tab: Success - Generated in 45 seconds. Preview Silverlight: Error...
by HighAley
Thu Nov 24, 2011 1:17 am
Forum: Stimulsoft Reports.NET
Topic: Problem generating PDF reports in eastern languages
Replies: 5
Views: 2184

Problem generating PDF reports in eastern languages

Hello. Update: According to this article http://www.microsoft.com/typography/RedistributionFAQ.mspx it's possible to embed mentioned fonts in PDF file, so the issue described above just disappeared ;-) Is there a way to set font programatically on the whole document? Please, try to use next code: fo...
by HighAley
Wed Nov 23, 2011 7:18 am
Forum: Stimulsoft Reports.WEB
Topic: Unsafe (reserved words) column names bug
Replies: 5
Views: 2229

Unsafe (reserved words) column names bug

Hello.

There is no 2011.3.1116 version now.

We add your problem to our to-do list. But it may be problems in realisation due backward compatibility.

Thank you.
by HighAley
Wed Nov 23, 2011 3:01 am
Forum: Stimulsoft Ultimate
Topic: HierarchicalBand/GroupBand with collaping and bookmark
Replies: 8
Views: 4984

HierarchicalBand/GroupBand with collaping and bookmark

Hello.
becomex_jle wrote:I'm using the same table for the four datasource. See in attachment (mrt e sql).
Please, try to set the 'Print if Detail Empty' property to true for all Data Bands.

Thank you.
by HighAley
Wed Nov 23, 2011 2:13 am
Forum: Stimulsoft Reports.NET
Topic: How to change properties of .mrt while rendering
Replies: 2
Views: 890

How to change properties of .mrt while rendering

Hello. i tried to change the properties of my .mrt. The properties "reportName" and "description" have to be changed dynamically. I need access to these two properties on runtime to set them while rendering the report. Please, try to use next code: rep.ReportName = "Your nam...
by HighAley
Wed Nov 23, 2011 1:52 am
Forum: Stimulsoft Reports.NET
Topic: Usage of Sum with Master DataBand and Detail DataBand
Replies: 2
Views: 1047

Usage of Sum with Master DataBand and Detail DataBand

Hello. I have a report with two DataBands, say DataBand1 and DataBand2. DataBand1 is a master component for DataBand2. At the bottom of DataBand2 I have a PageFooter control which holds 'Sum' aggregate functions using DataBand2's data as a source. If I assign DataBand1 as a master component for Data...