Telerik Forums
Reporting Forum
3 answers
336 views
 

Posted 19 hours ago (permalink)

Hi,

I have a table with a text field, order notes.  This text field is from a multiline textbox.  There will be \r\n in my data.  The textbox is not expanding vertically when there are new lines.  If there text without line breaks, it expands as expected.  If there are more lines than the row is getting for wrapping, the row is overwriting the space for the rows below it.  It properly shows the new lines while in the space expanded into by other wrapping fields.

I have the CanGrow property set to true.  TextWrapping is also set to true.

How do I get the row to expand vertically to show all of my notes field in one row?

Thank you for your help,

James Trimmier
James
Top achievements
Rank 1
 answered on 05 Oct 2012
1 answer
62 views
Hi there,

I am trying to create a "Target Line" for my bar chart, and after reading the forum, I use MarkedZones for creating the lines. But the lines is behind the Bar. Is there a way to make the MarkedZones Line appear on TOP of the bar instead of behind it? Is there a way to like BringToFront() the MarkedZones?

Thanks!
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
353 views
I'm trying to edit a Telerik report in the designer, and I can't seem to find anything that lets me just add a new report item. When I go to the wizard, I only have options for creating a new report, or upgrading a non-Telerik report. In the toolbox, all the Telerik Reporting items are hidden until I choose "Show All", and then they are greyed out. I can copy/paste a TextBox that's already on the screen to create a new TextBox, but I want to add a table report item to change the layout to table layout.
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
197 views
I created a new report, added a chart, added one member to the Series collection, and added two members to the Items collection.  For each member of the Items collection, I set the FillType = Gradient, MainColor and SecondColor, and Value (see "design-view.png").  When I switch to the Preview tab, the color changes (see "preview.png").

How do I get the color to not change?

Thanks.
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
277 views
I am trying to display a multi-page .tif image in a telerik report.  The image is displaying, however, I can only see the first page of the image.

Is there a way to display the entire .tif image in the report?

Thanks for your help.
Mike
Steve
Telerik team
 answered on 05 Oct 2012
1 answer
93 views
Hi

I have used telerik reporting on my production machine all works well and i have had no issues, once i deployed the application onto the live server the reports do not work and i get an error saying cannot connect to the datasource. Any ideas?
Steve
Telerik team
 answered on 04 Oct 2012
1 answer
150 views
Hi am using telerik reports , How i can do alternate row styling in report?
thanks
Steve
Telerik team
 answered on 04 Oct 2012
1 answer
635 views
I was worked on crystal reports for 2 times now i have to work on telerik reports ,is their too much diffrence in these two if yes what are they?
Thanks.
Steve
Telerik team
 answered on 04 Oct 2012
5 answers
222 views

Hello,

We have the following situation: text in preview window and on paper after print ends with ellipses, the last text row is absent.

Several clarifications:

- it's WPF application;

- Telerik Reporting Q2 2012;

- there is global style for textblock 

<Style x:Key="{x:Type TextBlock}" TargetType="{x:Type TextBlock}">
    <Setter Property="TextTrimming" Value="CharacterEllipsis"/>
    <Setter Property="ToolTipService.ShowOnDisabled" Value="True" />
    <Style.Triggers>
        <Trigger Property="IsEnabled" Value="False">
            <Setter Property="Foreground" Value="{DynamicResource DisabledForegroundBrush}"/>
        </Trigger>
    </Style.Triggers>
</Style>

- if this style is absent, all works fine. But this is not the solution.

- if we redefine the style for textblock in preview window, like this:

<Style x:Key="{x:Type TextBlock}" TargetType="{x:Type TextBlock}">
    <Setter Property="TextTrimming" Value="None"/>
</Style>
all works fine, but only in preview window, on paper ellipsis still remain.

Is there any solution to this problem?

Andrey
Top achievements
Rank 1
 answered on 04 Oct 2012
6 answers
1.0K+ views
Hey,

I am working in a secure company where my development computer has no online web access - and i'd like to install the Q3 reporting. However, all i seem to find is an online telerik installer.

Where might i find an offline copy (i could download somewhere else and then copy to my development computer)?

Thanks in advance,

   Meny
Ezequiel
Top achievements
Rank 2
 answered on 04 Oct 2012
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?