Search found 6489 matches

by Alex K.
Mon Aug 02, 2010 4:11 am
Forum: Stimulsoft Reports.WPF
Topic: GetSqlType error
Replies: 2
Views: 1694

GetSqlType error

Hello,

Can you please describe your task in details? And, if possible, send us a report sample.

Thank you.
by Alex K.
Mon Aug 02, 2010 2:32 am
Forum: Stimulsoft Reports.NET
Topic: Conditional Formatting
Replies: 4
Views: 2088

Conditional Formatting

Hello,

Can you please describe your task in details? And, if possible, send us a report sample.
Which version of Stimulsoft Reports do you use?

Thank you.
by Alex K.
Fri Jul 30, 2010 5:24 am
Forum: Stimulsoft Reports.NET
Topic: indentation question
Replies: 4
Views: 1565

indentation question

<t>Hello,<br/> <br/> Sorry, but looking at your sample, it is not absolutely clear what to do.<br/> But, if we understood you correctly, you may use the "Before Print" event of a component.<br/> For example, for setting indent of the TextBox2 component on the base of the 1st value of the DataSource ...
by Alex K.
Fri Jul 30, 2010 2:16 am
Forum: Stimulsoft Reports.NET
Topic: null text box
Replies: 18
Views: 6774

null text box

Hello,

If you do not want to take into account the Null values, please instead of expression

{Avg(DataTable1,Table1.mp)}

use the following expression:

{Avg(DataTable1,Table1["mp"])}

Thank you.
by Alex K.
Fri Jul 30, 2010 1:00 am
Forum: Stimulsoft Reports.NET
Topic: Conditional Formatting
Replies: 4
Views: 2088

Conditional Formatting

Hello,

You can see the section "Report Internals -> Conditions formating" in the documentation.
Also see an example in the attached file.

Tnahk you.
by Alex K.
Thu Jul 29, 2010 9:05 am
Forum: Stimulsoft Reports.WPF
Topic: DistanceBetweenTabs and FirstTabOffset properties
Replies: 2
Views: 1930

DistanceBetweenTabs and FirstTabOffset properties

<t>Hello,<br/> <br/> Unfortunately, at this moment these properties do not working in Stimulsoft Reports.Wpf.<br/> <br/> FirstTabOffset<br/> - The number of spaces between the beginning of a line of text and the first tab stop.<br/> DistanceBetweenTabs<br/> - Distances between tab stops, beginning w...
by Alex K.
Thu Jul 29, 2010 8:02 am
Forum: Stimulsoft Reports.NET
Topic: null text box
Replies: 18
Views: 6774

null text box

Hello,

In any case, whether Null values are present or not, the Avg function returns the correct value.
If our explanation does not help you, please send us a test report sample.

Thank you.
by Alex K.
Thu Jul 29, 2010 7:26 am
Forum: Stimulsoft Reports.NET
Topic: two column in 1 page
Replies: 8
Views: 3609

two column in 1 page

Hello,

You can also use split Page into columns, but not the databand.
Please see the attached report sample with a subreport and 2 columns on Page.

Thank you.
by Alex K.
Thu Jul 29, 2010 2:47 am
Forum: Stimulsoft Reports.NET
Topic: two column in 1 page
Replies: 8
Views: 3609

two column in 1 page

Hello,
Please see the attached report sample with a subreport and 2 columns. I hope we understand your problem correctly.
Thank you.