Telerik Forums
Reporting Forum
5 answers
388 views
Hello. I have a textbox that is partially hiding some text before it wraps to the next line. The issue is very similar to this one: http://www.telerik.com/community/forums/reporting/telerik-reporting/issue-with-text-wrapping-in-textbox.aspx. I have tried all of the suggestions made in that thread with no luck.

I have the Reporting Q2 2013 version installed.

I've made the textbox display all of the text successfully by making the textbox extend past the 10.5in width but that messed up the printed version.

I've attached a screenshot of the problem. Notice how the right side is missing its text. That text IS THERE; I can highlight the text then copy/paste into Notepad++ and see all of the text.... just not in the report.

Can someone please help me figure this out? What other information would be helpful to you all?

One more thing, this is in a sub report. The main report and the subreport both have widths of 10.5in ( I've verified that ). 
Andrew
Top achievements
Rank 1
 answered on 05 Nov 2013
1 answer
226 views
Hi 
When we use the currency format on the reporting TextBox, there is no way to set the flow direction of the (wpf)TextBox.
As you can see on the attached image the currency mark is located right to the value.
When I use a wpf tool, such as snoop, i can see that when i set the flow direction leftToRight, the format is alligned as expected.
is there a way to change the flow direction of the (wpf)TextBox that is eventually generated by the report?
or, is there a way to allign it in another way?
Thanks
Nasko
Telerik team
 answered on 05 Nov 2013
5 answers
180 views
Hello everyone,

Since the latest Firefox update, the Report Viewer is unable to print the reports. I'm aware we need the Adobe Acrobat Plugin and of course this plugin is installed. In Internet Explorer everything works as normal.

This issue can be repoduced:
- Go to http://demos.telerik.com/reporting/barcodes/demo.aspx or any other report in the Report Viewer
- Click Print Button

Anyone have an idea to fix this issue?

Regards,

Jesse
Peter
Telerik team
 answered on 05 Nov 2013
1 answer
406 views
how to count non-null rows or rows that are not 1

I have a report and I want to get some totals where I show a total or all the rows that exist (there are rows that have null values and I don't want those counted) or I have a different column that is either zero or one and I want a count of all the 1's.

Problem is I am getting all the rows, regardless of the actual value.

I tried stuff like this for the 1's
= Count(Fields.MyValue = 1)
but that returns the same thing as 
= Count(Fields.MyValue)

Or looking for the values that are null I tried something like this
= Count(Fields.MyValue is not null)

How do I get a count of just the non-nulls or the 1's?
Squall
Top achievements
Rank 1
 answered on 04 Nov 2013
1 answer
84 views
Initial view of my report in IE8 web viewer within Visual Studio 2010 localhost (report viewer version 7.2.13.1016) is correct.  When I change the report parameters and Preview the new data content the report layout is removed. 

The report was created using the Table Data item wizard.

View mode is interactive and viewstatemode is inherit.

Is there a way to preserve the report layout; I can't seem to find the correct settings.  Note the report layout is retained if I change the view mode to Printview.

I have attached samples of the reports with the two reports.

Thanks
John
Stef
Telerik team
 answered on 04 Nov 2013
2 answers
278 views
i am using HTML 5 Viewer with a DDL Parameter but the list is large, is there a way to implement autocomplete or search functionality to set the parameter?
Saud Almutairi
Top achievements
Rank 1
 answered on 04 Nov 2013
19 answers
814 views
Recently i install Rad Controls 2013 Q1 and Telerik Reporting 2013 Q1. But when add a Report viewer to my window then it show The method or operation is not Implemented in XAML code and when try to run it show me Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception. exception.

I don`t understand what i am doing wrong. I just drag ReportViewer to my window and then it show this error.
I attach a image for better understanding. 

Please response quickly. My client is waiting for it.

Thank you.   
Stef
Telerik team
 answered on 04 Nov 2013
2 answers
193 views
Hello, Telerik Team.

I've created three reports, following the guidelines of your Master-Detail Report article. My master report contains one sub-report. This subreport also contains one subreport, as I present my data in the following format:

  • Profile
  • Category 
  • SubCategory
  • Details

The following screenshots demonstrate what my problem is. The interactive layout presents the format I want for my report, albeit with repeated subcategories, and thus, repeated detail values; the print preview on the other hand, presents a category and its subcategories in a single page, and the details in a separate page. 

Each subreport has a separate datasource, and the parameters sent are dependent on values from the upper reports. So the details shown are only those from the subcategories and the specific profile that contains those values, while the subcategories shown are only those from its upper category and the specific profile that has such subcategories in it. 

What can I do to avoid my subcategories being repeated the same amount of times the detail values it contains, and how may I keep all these detail values in a single page?

I've attached an image of a diagram that demonstrates how the tables I'm using for my reports are related, if perhaps I am not explaining myself clearly.

EDIT: I am using C# and this is a WinForm application, if there is a programmatic solution for this.

Anton
Top achievements
Rank 1
 answered on 04 Nov 2013
1 answer
216 views
Hi Team,

I have one doubt.

Â¥ Symbol is not coming in PDF Export by using font SimHei. But it was coming in PPT Export.

I Embedded the font in pdf.

All other chinese characters coming in PDF Except this Â¥ Symbol. 

If Simhei font is not supported this Â¥ Symbol means how it is coming in PPT. So i hope it is not the issue of font. Please help me out this issue

Please check attached image.

  
Nasko
Telerik team
 answered on 04 Nov 2013
5 answers
358 views
I'm doing a very large LOB WPF MVVM .Net 4.5 app, using Telerik WPF controls (2012.3.1129.45) and Reporting (Q3 2012 6.2.12.1017).

Our LOB app requires us to send certain reports to certain configured printers on the network. When printing only, I'm using a ReportProcessor to successfully send off the report to the correct printer, no Print Dialog required, everything's great! But, we need to do the same thing when the user has previewed the report in a WPF ReportViewer and presses the Print button. 

After doing a lot of investigation, the WPF ReportViewer doesn't seem to expose any of its ReportViewerModel ReportProcessor or PrinterSettings properties for us to be able to change anything. Is there any way to set the printer?

At this point, it looks like our only hope is to completely remove the ReportViewer toolbar and attempt to create our own toolbar that can control the ReportViewerModel in every way except when we print we can go to our own ReportProcessor. I'm not sure if this is feasible, because I'm not sure of the parameters of some of the ReportViewerModel commands take since they are not documented.

This seems like a whole lot of work, for something that should be as simple as setting a ReportViewer printer. Can you help? Do you have any other suggestions or ways to achieve this functionality?
KS
Top achievements
Rank 1
 answered on 04 Nov 2013
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?