Page 2 of 3

Re: Using Stimulsoft Reports.Net

Posted: Thu Feb 05, 2015 3:46 pm
by socotek
Hello

In the report attached we set Word Wrap Series Label to true and the Widht to 65.
For the Argument "Cina" we must insert blank spaces to obtain the second row in the label.
Is there a programmatically or design way to have the second row?

Thank you,
Luca

Re: Using Stimulsoft Reports.Net

Posted: Fri Feb 06, 2015 1:26 pm
by HighAley
Hello.

Unfortunately, it's impossible to specify line break at the series label.

Thank you.

Word Wrap in Series Labels

Posted: Fri Mar 06, 2015 11:34 am
by socotek
Hello Aleksey,
is there just no way to indicate to the series label to wrap?
For example, allow HTML tags? At least, the possibility to wrap between argument e value.
Can you provide us this?

Thank you very much,
Luca

Re: Using Stimulsoft Reports.Net

Posted: Fri Mar 06, 2015 1:54 pm
by HighAley
Hello, Luca.

We will discuss your problem with our developers once more and let you know about results next week.

Thank you.

Re: Using Stimulsoft Reports.Net

Posted: Fri Mar 06, 2015 2:34 pm
by socotek
Thank so much,
Luca

Re: Using Stimulsoft Reports.Net

Posted: Mon Mar 09, 2015 1:43 pm
by HighAley
Hello, Luca.

We have found a way how to set argument and value in two lines.
1. You should specify the Data Source.
2. Set the Value Data Column.
3. Set The Argument as in our sample

Code: Select all

{Categories.CategoryName+"\n"}
4. Set the Value Type of Labels.
5. Set the Value Type Separator as space.
6. Set the Word Wrap to True.

Thank you.

Re: Using Stimulsoft Reports.Net

Posted: Thu Mar 12, 2015 3:27 pm
by socotek
Thank you for your detailed answer.
I did all steps you wrote, but it doesn't work; we obtain the result as in image Img1.
I attached you the mrt file too.

Thank you,
Luca

Re: Using Stimulsoft Reports.Net

Posted: Fri Mar 13, 2015 7:31 am
by HighAley
Hello.

We see that you use VB.NET. Then you should do a little changes. The Argument should be next:

Code: Select all

{Prova.Categoria+Environment.NewLine}
Thank you.

Re: Using Stimulsoft Reports.Net

Posted: Tue Mar 17, 2015 9:28 am
by socotek
Hello,
it works fine.

Thank you very much,
Luca

Re: Using Stimulsoft Reports.Net

Posted: Tue Mar 17, 2015 9:47 am
by HighAley
Hello, Luca.

We are always glad to help you.
Let us know if you need any help.

Thank you.