Search found 2913 matches

by Edward
Thu Jun 22, 2006 4:50 am
Forum: Stimulsoft Reports.NET
Topic: How do I access variables through code?
Replies: 3
Views: 2213

How do I access variables through code?

When I do: report.Load("Variables.mrt"); report.Compile(); report["VariableName"] = "Value"; I get an error, Field VariableName not found, but the variable exist. So how Do I acces it? Or can I get a list of all variables in the report via code? Thanks! Check Property ...
by Edward
Wed Jun 21, 2006 11:10 am
Forum: Stimulsoft Reports.NET
Topic: Component order
Replies: 2
Views: 1926

Component order

In the designer, under options I can set view order, then the compoents order is shown 0.0, 0.1, 0.2, ... 1.0, 1.1 etc. You may change Components order in context menu by commands Bring To Front and Send to Back. Also you may use buttons on ToolBox Bring to Front Send to Back Move Forward Move Back...
by Edward
Wed Jun 21, 2006 7:40 am
Forum: Stimulsoft Reports.NET
Topic: Binding Collection of Custom Entity
Replies: 6
Views: 3850

Binding Collection of Custom Entity

1. You need use version 1.60 for generic collection.
2. Please write to Image. We will send you link to patch.
Thanks.
by Edward
Wed Jun 21, 2006 6:49 am
Forum: Stimulsoft Reports.NET
Topic: Wizard
Replies: 5
Views: 3226

Wizard

Please provide me with more details
by Edward
Wed Jun 21, 2006 6:40 am
Forum: Stimulsoft Reports.NET
Topic: Binding Collection of Custom Entity
Replies: 6
Views: 3850

Binding Collection of Custom Entity

Try to use this code:

Code: Select all

report.RegData("Logs",user.Logs)
by Edward
Tue Jun 20, 2006 4:30 am
Forum: Stimulsoft Reports.NET
Topic: A big thanks!
Replies: 2
Views: 2121

A big thanks!

Please contact us if you need any help.
We shall do our best to solve your problem.
by Edward
Mon Jun 19, 2006 11:59 am
Forum: Stimulsoft Reports.NET
Topic: Work with SQL parameters
Replies: 2
Views: 1967

Work with SQL parameters

What is the syntax for including parameters in a DataSource query? For example, if I want to use the "last_name" parameter in my query below select * from sales where lastname="last_name" You need use symbol @ [$]|[:]|[?] before parameter name. It depends of server you use. Plea...
by Edward
Mon Jun 19, 2006 5:07 am
Forum: Stimulsoft Reports.NET
Topic: Empty Band
Replies: 2
Views: 1793

Empty Band

Now Empty Bands work only on page. This feature we are planning to add in next version of StimulReport.Net.
Thank you.
by Edward
Mon Jun 19, 2006 4:47 am
Forum: Stimulsoft Reports.NET
Topic: Custom Component
Replies: 7
Views: 4229

Custom Component

Please contact us via LiveSupport for quick solving your problem. Thank you.
by Edward
Fri Jun 16, 2006 7:21 am
Forum: Stimulsoft Reports.NET
Topic: Preview and result...
Replies: 2
Views: 2033

Preview and result...

JPetr wrote:Please answer me why my printing results on a paper are not the same as in preview?
Please set the WYSIWYG property of Text component in true.