Telerik Forums
Reporting Forum
5 answers
201 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
1 answer
180 views
Hi,

I would like to make a tally sheet like the one in the image attached. I see the angle property on the textbox and that is great but I need the rendering to be more like the image to fit all the tally boxes I need.

Thanks,
Hadib Ahmabi
Top achievements
Rank 1
 answered on 04 Oct 2012
6 answers
877 views
I am looking for a way to export data to Excel without having to view a report. Is it possible to bypass the report and output straight to Excel?
Patrick
Top achievements
Rank 1
 answered on 03 Oct 2012
2 answers
136 views
The standalone report designer is a very good tool to allow non-developers to do some report writing.  We use it for most of our report creation and distribution.  It would be VERY NICE if we could create report templates that allow you to create a standard layout and parameter collection required for every report without having to open a previous report, remove datasets, and rename.  Thanks!
Vassil Petev
Telerik team
 answered on 03 Oct 2012
9 answers
541 views
I'm currently using DataDynamics Report(DDR) designer in an enterprise solution and I'm considering switching to the Telerik solution because the former product is in limbo.   I created  a .Net Custom Data Provider that simply passes SQL text to a web service and the service returns a DataTable.  The DDR designer or viewer can't tell the difference and works as though it is connected to a Sql Data Provider.
 
Does the telerik designer and viewer support this functionality?
Do you have an example?

Tim Kelley

Vassil Petev
Telerik team
 answered on 03 Oct 2012
1 answer
218 views
Hi,

I want to do individual paging for each group in report.

i.e. if in particular report there are 2 groups.  1st group has 3 pages and 2nd has 4 pages...
1) 1st group has total 3 pages so paging should be 1 of 3, 2 of 3 and 3 of 3.
2) 2nd group has total 4 pages so paging should be 1 of 4, 2 of 4, 3 of 4 and 4 of 4.

Is this possible in telerik reporting? If yes, how?

Thanks,
Vatsal
Steve
Telerik team
 answered on 03 Oct 2012
1 answer
123 views
Hi,

   I have a MasterReport with SubReports which as worked with last version, but when I did upgrade to 2012 Q2 in my project, MasterReport stopped working!

The code below was working in last version and now doesn't work. Occurs this error when I set Data Source. 

this.subReport2.ReportSource.DataSource = listOrdersMonth;


Please, I need to solve it!

Thanks!
IvanY
Telerik team
 answered on 03 Oct 2012
1 answer
188 views
Hi,

I try to build up the report definition dynamically. The exact report definition depends on the data sent to the contructor (eg, dynamic number of colums). But Telerik Report seems to call the parameterless constructor where we do not have the needed data to build up the report definition. Why do we need a parameterless constructor  and why are multiple instances created with the parameterless constructor?

I have an sample ASP.NET MVC 4 project exemplifying this scenario but i cant attach it,
How do i attach a sample project?

Thanks in advance

Tommy
Elian
Telerik team
 answered on 03 Oct 2012
1 answer
286 views
Hello,

Our client/server application project is at a crossroads report technology wise. We have been experimenting with Telerik Reporting, creating a prototype in which the report definitions are stored as Xml in a database on the server side, deserialized and presented client side. The report data sources are domain model objects passed from the server to the client. An unconditional demand from our product owner is that end-users are given the opportunity to edit existing reports, and also create new alternative ones. We were unable to fully accomplish this using existing Telerik Reporting technology, since the only report editing capabilities provided is the stand-alone report designer. This designer, although for it's purposes fully functioning, provides no alternatives for datasource that are useful to us.

What we would need to know, to be able to make an informed decision regarding Telrik as vendor, is whether a report designer component that can be embedded in our WPF client application is in the Reporting roadmap. And, if so, when this might be available. The reason we need this, apart from not having to temporarily store the Xml-definition clientside as a trdx-file, is to be able set the data source programatically, enabling the end-user to add report fields through drag & drop.

Best regards
Rikard
Steve
Telerik team
 answered on 03 Oct 2012
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?