Telerik Forums
Reporting Forum
1 answer
71 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
227 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
725 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
176 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
191 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
327 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
1 answer
130 views
hi,

       Hai  currantly iam working on windows store app , i would like to create reports by using Telerik report viewer, but it is not supporting in
windows store app(Windows 8). may i know  how to work with Telerik Reportviewer for windows store app(Windows 8).

 
   
Peter
Telerik team
 answered on 04 Nov 2013
1 answer
430 views
These are my two classes

    public class A
    {
        public string Nev { get; set; }
        public List<B> Adatok = new List<B>();
        public double Brutto { get; set; }
        public double Ado { get; set; }
        public double Netto { get; set; }
        public int DolgozottNapokSzama { get; set; }
        public int IgazolatlanNapokSzama { get; set; }
        public string Datum { get; set; }
    }

    public class B
    {
        public string Beosztas { get; set; }
        public double Oradij { get; set; }
        public double Oraszam { get; set; }
        public double PotlekoltOrak { get; set; }
        public double PotlekmentesOrak { get; set; }
        public int Unnepnap { get; set; }
        public int Igazolatlan { get; set; }
        public double BruttoMunakber { get; set; }
        public double PotlekNormal { get; set; }
        public double PotlekUnnep { get; set; }
        public double Brutto { get; set; }
    }

I need to view the nested List B from object A view table. I did the binding to the table

DataSource = Fields.Adatok

as I read on the forums, but it not working. I got the message:

,,The expression contains object "Adatok" that is not definied in the current context,, .

I would appreciate some more detailed answer. Thnx.
Attila
Top achievements
Rank 1
 answered on 03 Nov 2013
1 answer
1.4K+ views
Hi
I'm having problems to set the dataSource programmatically, which was very simple became more complicated? Before it was possible to set only for passing an IEnumerable to dataSource. how do this now?
Stef
Telerik team
 answered on 01 Nov 2013
1 answer
180 views
Hi

I am using Telerik.Reporting, Version=7.1.13.802

  <configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="IMAGE" visible="true"/>
        <Extension name="PDF" visible="true"/>
        <Extension name="HTML" visible="false"/>
        <Extension name="MHTML" visible="false"/>
        <Extension name="CSV" visible="false"/>
        <Extension name="RTF" visible="false"/>
        <Extension name="XPS" visible="false"/>
        <Extension name="DOCX" visible="true"/>
        <Extension name="XLSX" visible="true"/>
        <Extension name="PPTX" visible="false"/>
      </Render>
    </Extensions>
  </Telerik.Reporting>

in web.config file

but not shown DOCX AND Excel 2007 (xlsx) in "Export to the selected format" dropdownlist.

How to do report viewer exporting setting?

Thank you
Peter
Telerik team
 answered on 01 Nov 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?