Search found 1278 matches

by Vital
Thu Feb 26, 2009 1:32 am
Forum: Stimulsoft Reports.NET
Topic: My preview is broken
Replies: 15
Views: 5080

My preview is broken

Hello Patrick, Hi, One minor thing which is broken is that when using preview (report.Show(this)) there is no progress for each page displayed anymore but just a preparing report window which isn't moving... but the reports are working which is the main thing. From the way the message box is drawn i...
by Vital
Wed Feb 25, 2009 8:44 am
Forum: Stimulsoft Reports.NET
Topic: Exception: [ChangeEngineParamsByKeep] Object reference not set to an instance of an object.
Replies: 19
Views: 5807

Exception: [ChangeEngineParamsByKeep] Object reference not set to an instance of an object.

Hello Patrick,

Problem with cache solved. Patch will be available in next prerelease build.

Thank you.
by Vital
Fri Feb 20, 2009 4:12 pm
Forum: Stimulsoft Reports.NET
Topic: Defining Business Object Data Source in Designer
Replies: 4
Views: 2251

Defining Business Object Data Source in Designer

Hello,

Please use following code:

Code: Select all

StiReport report = new StiReport();
report.Load("myreport.mrt");
report.RegData(object);
report.Dictionary.Synchronize();
Thank you.
by Vital
Fri Feb 20, 2009 4:10 pm
Forum: Stimulsoft Reports.NET
Topic: My preview is broken
Replies: 15
Views: 5080

My preview is broken

Hello,

Please check latest build.

Thank you.
by Vital
Wed Feb 18, 2009 3:36 pm
Forum: Stimulsoft Reports.WEB
Topic: Lookup box Items and Keys in web form
Replies: 2
Views: 2465

Lookup box Items and Keys in web form

Hello,

Please send your report for analys to support@stimulsoft.com

Thank you.
by Vital
Mon Feb 16, 2009 10:08 am
Forum: Stimulsoft Reports.NET
Topic: Rotate Image from Database
Replies: 6
Views: 2457

Rotate Image from Database

Hello,

We have added new property ImageRotation to Image component. Please check build from 9 Feb.

Thank you.
by Vital
Mon Feb 09, 2009 11:23 am
Forum: Stimulsoft Reports.NET
Topic: Show a message "Exporting" with "Report.ExportDocument"
Replies: 4
Views: 2262

Show a message "Exporting" with "Report.ExportDocument"

Hello, You can use following code: IStiProgressInformation progress = StiGuiOptions.GetProgressInformation(null); using (BackgroundWorker worker = new BackgroundWorker()) { worker.WorkerSupportsCancellation = true; worker.DoWork += new DoWorkEventHandler(worker_DoWork); worker.RunWorkerAsync(); prog...
by Vital
Fri Feb 06, 2009 4:37 pm
Forum: Stimulsoft Reports.NET
Topic: StiReport.Info.Zoom
Replies: 12
Views: 4080

StiReport.Info.Zoom

Hello,

This property used by report designer only.

Thank you.
by Vital
Fri Jan 30, 2009 3:54 pm
Forum: Stimulsoft Reports.NET
Topic: A little annoyance
Replies: 3
Views: 1621

A little annoyance

Hello,

This problem exist only in one prerelease build. Please get next prerelease build.

Thank you.
by Vital
Fri Jan 23, 2009 8:55 am
Forum: Stimulsoft Reports.NET
Topic: Error Creating Control !!
Replies: 2
Views: 1419

Error Creating Control !!

Hello,

This is knowing issue. Please send request to support@stimulsoft.com. We will send you patch.

Thank you.