Using Stimulsoft Reports.Net
Re: Using Stimulsoft Reports.Net
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
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
- Attachments
-
- PieWithWordWrapLabel.mrt
- (10.06 KiB) Downloaded 240 times
Re: Using Stimulsoft Reports.Net
Hello.
Unfortunately, it's impossible to specify line break at the series label.
Thank you.
Unfortunately, it's impossible to specify line break at the series label.
Thank you.
Word Wrap in Series Labels
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
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
Hello, Luca.
We will discuss your problem with our developers once more and let you know about results next week.
Thank you.
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
Thank so much,
Luca
Luca
Re: Using Stimulsoft Reports.Net
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 sample4. Set the Value Type of Labels.
5. Set the Value Type Separator as space.
6. Set the Word Wrap to True.
Thank you.
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"}
5. Set the Value Type Separator as space.
6. Set the Word Wrap to True.
Thank you.
- Attachments
-
- Report.mrt
- (25.24 KiB) Downloaded 318 times
Re: Using Stimulsoft Reports.Net
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
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
- Attachments
-
- ToStimulsoft.mrt
- (40.7 KiB) Downloaded 238 times
-
- Img1.PNG (25.81 KiB) Viewed 3999 times
Re: Using Stimulsoft Reports.Net
Hello.
We see that you use VB.NET. Then you should do a little changes. The Argument should be next:
Thank you.
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}
Re: Using Stimulsoft Reports.Net
Hello,
it works fine.
Thank you very much,
Luca
it works fine.
Thank you very much,
Luca
Re: Using Stimulsoft Reports.Net
Hello, Luca.
We are always glad to help you.
Let us know if you need any help.
Thank you.
We are always glad to help you.
Let us know if you need any help.
Thank you.