Search found 86 matches

by MikeD
Tue Sep 14, 2010 9:59 am
Forum: Stimulsoft Reports.NET
Topic: DefaultPaperSize doesn't seem to be working
Replies: 6
Views: 1933

DefaultPaperSize doesn't seem to be working


Is this option going to be available soon??

It seems like I can't be the only one who uses this product in the US.

We have customers all over the world. And we need to set the size to the different users who create reports.

by MikeD
Tue Aug 24, 2010 10:21 am
Forum: Stimulsoft Reports.WEB
Topic: Variables
Replies: 4
Views: 2023

Variables

<t><br/> I know you can create a Variable with the Option "Request From User". This will put a text box at the top of the report and a user can type something in and then run the report. What the user typed in can be used to filter out the report.<br/> <br/> Is there add a Drop-Down list for the use...
by MikeD
Wed Jul 28, 2010 4:41 pm
Forum: Stimulsoft Reports.WEB
Topic: Reports very slow
Replies: 4
Views: 2530

Reports very slow

<t><br/> Well we think we found it.<br/> <br/> <br/> I have a method called load report...<br/> <br/> private void LoadReport(Stimulsoft.Report.StiReport report)<br/> {<br/> WebReportDesigner.UseCache = false;<br/> <br/> Stimulsoft.Report.Web.StiWebDesignerOptions.ModifyDictionary = true;<br/> Stimu...
by MikeD
Wed Jul 28, 2010 1:39 pm
Forum: Stimulsoft Reports.WEB
Topic: Reports very slow
Replies: 4
Views: 2530

Reports very slow

<t><br/> We've had several people looking at this and we can reproduce it.<br/> <br/> Here is a way to reproduce the report slowness.<br/> <br/> <br/> 1) Create a new report. This isn't an issue if the reports are less then 500 records...So create a report that has 500 records or more.<br/> <br/> 2)...
by MikeD
Wed Jul 28, 2010 11:43 am
Forum: Stimulsoft Reports.WEB
Topic: Exporting a report
Replies: 5
Views: 2028

Exporting a report

We figured it out.
The html was being added on by the http service.
by MikeD
Wed Jul 28, 2010 10:17 am
Forum: Stimulsoft Reports.WEB
Topic: Reports very slow
Replies: 4
Views: 2530

Reports very slow

<t><br/> Sometimes viewing reports get in a state where it's very very very slow...Loading a report that's only 5 pages can take 30 seconds....And paging from one page to the next takes 5-10 seconds.<br/> <br/> The rest of our application is running just fine...no degradation in performance what-so-...
by MikeD
Wed Jul 28, 2010 8:56 am
Forum: Stimulsoft Reports.WEB
Topic: Exporting a report
Replies: 5
Views: 2028

Exporting a report

<t>I'm having a hard time believing that you can't reproduce the problem.<br/> <br/> What can't you reproduce??<br/> <br/> What does the csv file look like when you run the ExportDocument command???<br/> <br/> I can send you the report...but I can't send you the data. It's in our database...And the ...
by MikeD
Tue Jul 27, 2010 4:10 pm
Forum: Stimulsoft Reports.WEB
Topic: Exporting a report
Replies: 5
Views: 2028

Exporting a report

<t><br/> I have a report. <br/> <br/> If from the Viewer control I export the report to a CSV document it works great.<br/> <br/> However if I do this in code using the following command.<br/> <br/> stiReport.ExportDocument(Stimulsoft.Report.StiExportFormat.Csv, downloadPath + "\\" + rptName);<br/> ...
by MikeD
Thu Jul 15, 2010 9:33 am
Forum: Stimulsoft Reports.NET
Topic: Different paging controls.
Replies: 4
Views: 1800

Different paging controls.

<t><br/> On one of my pages the ReportView control there is a drop down list to switch from one-page to whole page.<br/> <br/> On the other page with the ReportView control this is not a drop-down list. Instead it shows the phrase One Page. And when you mouse-over it brings up a box where you can se...
by MikeD
Wed Jul 14, 2010 12:39 pm
Forum: Stimulsoft Reports.NET
Topic: DefaultPaperSize doesn't seem to be working
Replies: 6
Views: 1933

DefaultPaperSize doesn't seem to be working

<t><br/> Well it doesn't seem to be working.<br/> <br/> Here's my code.<br/> <br/> Stimulsoft.Report.StiOptions.Engine.DefaultPaperSize = System.Drawing.Printing.PaperKind.A4;<br/> <br/> Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();<br/> <br/> report.Dictionary.Synchronize(...