Telerik Forums
Reporting Forum
2 answers
77 views

Just wondering why the report viewer uses non-standard buttons for the Next/Previous and First/Last page actions.

Typically, next and previous are just single arrows (not the single arrow against a vertical bar).

And, first and last are usually a single arrow against a vertical bar (what you use for next/previous).

Lauren
Top achievements
Rank 1
 answered on 27 Jan 2016
5 answers
1.2K+ views
How do I add my own User Functions to the report designer?
Katia
Telerik team
 answered on 27 Jan 2016
1 answer
110 views

Hello,

 I have a report with drillthrough actions. When these action-items are clickable (i.e. interactive mode) I want to display the items underlined, but in print mode I want no underline (since the items are no longer clickable). Does this make sense, and is it possible? This behavior exists with the drilldown-buttons, but this is not a drilldown report.

 Best regards, Anders

Katia
Telerik team
 answered on 27 Jan 2016
1 answer
241 views
Would there be a possible way to pass the initializer of the .telerik_ReportViewer a template without using an AJAX call? My situation is with a single page application using require for my module loader. This gets minified into a single file, where my report viewer template is located. I would like to be able to pass the report viewer the HTML as a string from require instead of having it use an AJAX call to find the file. Would this be possible, or would you recommend me just referencing the file from outside the bundled application?
Stef
Telerik team
 answered on 27 Jan 2016
1 answer
355 views

I would like to have 2 external style sheets ("A.xml" & "B.xml" or 1 external style sheet with different Selectors ("A.TableNormal" & "B.TableNormal")

Is there a way I can pass in a paramter (A / B) and toggle between the external style sheet or pass in "A.xml" or "B.xml" as the parameter and set it in a conditional formatting section? If not, is there a way to change the table style based on a parameter? If parameter1 = A, StyleName=A.TableNormal.

Katia
Telerik team
 answered on 26 Jan 2016
4 answers
175 views

Enviroments:

Windows 7 ultimate russian x64

Visual studio 2010, 2012, 2015

MS SQL Server 2008, 2014

Telerik Reporting Q2 2012, Q3 2012, Q1 2015, Q1 2016

 

Problem: When run Q1 2016 report designer - get error. Please see attached file

Tested also on the Windows 10 pro (russian) x64, and Windows 7 pro x64  - the same error

Andy
Top achievements
Rank 1
 answered on 26 Jan 2016
2 answers
122 views

Hi, does Telerik suppport generating Multi-Axis Line Charts report?

 

Just like attached sample

Katia
Telerik team
 answered on 25 Jan 2016
6 answers
119 views

Hello,

I have a WPF application that runs correctly... until I updated to Telerik Reporting Q1 2016.

Now, evey time I try to preview a report, I have an InvalidOperationException, with the following message:
Layout measurement override of element 'Telerik.Windows.Controls.Primitives.LayoutTransformControl' should not return NaN values as its DesiredSize.

Stef
Telerik team
 answered on 22 Jan 2016
1 answer
507 views
Hi, currently have a problem with table spacing and page breaks. I have a subreport which contains 1 table in it. I'm trying to give the table about half an inch of spacing from top on each page it breaks. Setting the padding-top property to half an inch works, but then the bottom row on each page is cut off. Is there some way to get this to work?
Katia
Telerik team
 answered on 22 Jan 2016
8 answers
3.8K+ views
I'm using telerik HTML5 report viewer with ASP.NET MVC 4 to generate telerik reports. Below are main sections of the view

@model Doc.Web.Models.Vendor.VendorCoverSheetFormModel

@using (Html.BeginForm())
{  
    <input type="submit" value="Save" id="btnSave" />
  
    var typeReportSource = new TypeReportSource() { TypeName = "Doc.Web.Reports.SquadCheck.SquadCheck, Doc.Web" };
    typeReportSource.Parameters.Add("project", "TEST");
   
    @(Html.TelerikReporting().ReportViewer()
        .Id("reportViewer1")
        .ServiceUrl("/api/reports/")
        .TemplateUrl("/Content/ReportViewer/templates/telerikReportViewerTemplate.html")
        .ReportSource(typeReportSource)
        .ViewMode(ViewModes.INTERACTIVE)
        .ScaleMode(ScaleModes.FIT_PAGE_WIDTH)
        .Scale(1.0)
        .PersistSession(false)

)

report is displaying fine and I want to save this report as a .pdf file to hard drive location, in HTTP post Action

        [HttpPost]
        public ActionResult Report(VendorCoverSheetFormModel model)
        {
          // here I need to include the code for .pdf saving
            return View();
        }

I have referred to following articles but I guess they are for asp.net web pages. How to modify this code to suit HTML5 report viewer?

http://www.telerik.com/support/kb/reporting/designing-reports/saving-a-report-into-pdf-format-programmatically.aspx

http://www.telerik.com/help/reporting/programmatic-exporting-report.html

Stef
Telerik team
 answered on 22 Jan 2016
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?