Telerik Forums
Reporting Forum
4 answers
254 views
Hello,

how do I translate the text "Missing or invalid parameter value. Please input valid data for all parameters."? In resx file put "MissingReportSource" and typed the translated text more did not work. All other texts that worked less.
Stef
Telerik team
 answered on 07 May 2014
1 answer
195 views
Hi,

I upgrade WPF Report Viewer to Q1 2014, and the ReportViewer doesn't appear in my application

I put a ReportViewer in my XAML :

<tr:ReportViewer Grid.Column="1" Name="RptVwr" Margin="10" BorderBrush="Black" BorderThickness="1"  />

Report Viewer Version : 8.0.14.225
Telerik Windows Control : 2014.1.331.40

I have redirection in my AppConfig

   <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2014.1.331.40" newVersion="2014.1.331.40" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls.Input" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
        <bindingRedirect oldVersion="0.0.0.0-2014.1.331.40" newVersion="2014.1.331.40"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls.Navigation" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
        <bindingRedirect oldVersion="0.0.0.0-2014.1.331.40" newVersion="2014.1.331.40"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  
 I don't have any Error in my application. If I put a break point in my code, i can see my ReportViewer in the debug window without problem. I try in a new project, an i have the same problem. 

best regards
 







Nasko
Telerik team
 answered on 07 May 2014
1 answer
73 views
SQL 2012 select query brings data for report.
When report is viewed in designer it shows content correctly and get printed correctly on few printers.
But HP company printers (1020, 1005 number) few lines loaded in "TextBox" report object not get printed correctly. ( please see attached image).

The lower section of all letter printed in wrong place suppose word is "Voltage Power" then lower curve of letter "g" set to later "O" of word power.

Please let us know have any fix for HP printer, or we are missed something to add in printing DLL.


 
Nasko
Telerik team
 answered on 07 May 2014
2 answers
132 views

Hi,

I am considering buying the package of Reporting Kendo,
I wanted to know how to use invoice report on durandal system, 
I didnt succeed find your site examples of code (as in grid)
If you can answer me quickly, it is urgent 

thanks,
chani

 
 
 
Nasko
Telerik team
 answered on 07 May 2014
1 answer
86 views
Hi

I have a special request from a customer which I doubt it can be fully done but I have to ask.

I am printing account statements for clients.

The printer on which I print these report has a stapling feature.

Is there anyway to set the stapling? Is there a way to say staple by group (a group = 1 customer)?
Nasko
Telerik team
 answered on 07 May 2014
3 answers
221 views
Hello!

How do I fight with the problem illustrated on the pic? Any way to place labels in more smart way?
(The picture is a screenshot from a Report with a chart on it)

---
Mike
Nasko
Telerik team
 answered on 07 May 2014
10 answers
109 views
Hi,

The Silverlight viewer for Reporting Q1 2014 (2014.1.224.1050) depends on UI for Silverlight Q3 2013 (2013.3.1202.1050) instead of UI for Silverlight Q1 2014 (2014.1.224.1050). This gives gives me an error in Visual Studio and the report viewer component is blank when I run it.
Stef
Telerik team
 answered on 07 May 2014
3 answers
100 views
Hi all,

Suppose I want to apply a transformation specific to the output document format. Specifically, I need to format certain cells in the xslx table: say, all cells except the first one in a certain column formatted as dates, all cells in a certain row formatted as having a thick black border at the bottom, and so on. These transformations only apply to the xslx and not to any other output formats.

What would be the recommended way to achieve this?

Thank you!
Nasko
Telerik team
 answered on 07 May 2014
5 answers
482 views
Hello!

I'm learning Telerik Reporting and today i found an example how to get a value from textbox in subreport and set this value to master report textbox. 

When i did this example in silverlight project with wcf ria services i get an error in ItemDataBound event.

My code for textBox1 ItemDataBound event is this
private void textBox3_ItemDataBound(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.TextBox textBox1_1 = (Telerik.Reporting.Processing.TextBox)sender;
            Telerik.Reporting.Processing.Report oReport = textBox1_1.Report;
            Telerik.Reporting.Processing.DetailSection oDetailSection = (Telerik.Reporting.Processing.DetailSection)oReport.ChildElements.Find("detail", true)[0];
            Telerik.Reporting.Processing.SubReport oSubReport = (Telerik.Reporting.Processing.SubReport)oDetailSection.ChildElements.Find("subReport1", true)[0];
            //Telerik.Reporting.Processing.DetailSection oSubReportDetailSection = (Telerik.Reporting.Processing.DetailSection)oSubReport.ChildElements.Find("detail", true)[0];
            Telerik.Reporting.Processing.TextBox oSubReportTextBox = (Telerik.Reporting.Processing.TextBox)oSubReport.InnerReport.ChildElements.Find("textBox1", true)[0];
            textBox1_1.Value = oSubReportTextBox.Value;
        }
But i get error in this line Telerik.Reporting.Processing.TextBox oSubReportTextBox = (Telerik.Reporting.Processing.TextBox)oSubReport.InnerReport.ChildElements.Find("textBox1"true)[0];
It says that ther is no InnerReport (null) but i set a subreport1.ReportSource to my subreport in design viewer.

I subreport i have only detail section with two textboxes (one with simple text and one with =5*5 calculation). 

What am i doing wrong? 
Stef
Telerik team
 answered on 06 May 2014
2 answers
77 views
In the properties window of a telerik event, I am trying to set detail_ItemDataBinding event and I noticed that Events Tab is missing.  I am using Telerik Reporting Q1 2014 version as an admin. I am using VS 2010 and my OS is 32 bit and I am using Windows 7. I did not find any posts related to this issue. Your response is highly appreciated.
Harika
Top achievements
Rank 1
 answered on 06 May 2014
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?