Telerik Forums
Reporting Forum
1 answer
668 views

 I have function and procedure in database PostgreSqL but can't create connection string for PostgreSQL. 

 

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 19 Nov 2019
9 answers
520 views

I have created .NET Solution which one use the three layers architecture (DAL: APM.DataAccess, BR: APM.BusinessRules, UI: APM (MVC Web Project)), also I have created a reporting based on class .cs (into APM web layer), I mean compiled report (not standalone).  I have created the methods to retrieve data through different layers into my .NET solution.  At the end I want to include an ObjectDataSource (because the data retrieved from different Layer needs be processing in order to complete and show in report) into my compiled report but I can't see the main namespace APM (web layer) which contains my method to retrieve data processed in order to display on the report.   So when I add the ObjectDataSource into report layout, I can see the popup window where I can choose the Namespace and select the method to retrieve data, but here I can't see APM namespaces and I can't choose the right method.  Do you have any idea or comments about it? I attached some images.

I am using the Telerik_Reporting_R3_2016_SP1_10_2_16_1025_DEV.msi

Darrin
Top achievements
Rank 1
 answered on 17 Nov 2019
1 answer
170 views

I upgraded to to latest software version and now I can't get a Telerik Report to render to save my life.  The page is very simple.

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="ReportViewerForm1.aspx.vb" Inherits="trvTest._ReportViewerForm1" %>
 
<%@ Register TagPrefix="telerik" Assembly="Telerik.ReportViewer.Html5.WebForms" Namespace="Telerik.ReportViewer.Html5.WebForms" %>
 
<!DOCTYPE html>
<head runat="server">
    <title>Telerik HTML5 Web Forms Report Viewer Form</title>
    <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
 
    <style>
        #reportViewer1 {
            position: absolute;
            left: 5px;
            right: 5px;
            top: 5px;
            bottom: 5px;
            overflow: hidden;
            font-family: Verdana, Arial;
        }
    </style>
 
</head>
<body>
    <form runat="server">
        <telerik:ReportViewer
            ID="reportViewer1" ServiceUrl="http://localhost/TReportServer/api/reports"
            Width="1300px"
            Height="900px"
            runat="server">
            <ReportSource IdentifierType="UriReportSource" Identifier="POSInvoice.trdp">
            </ReportSource>
            <%-- If set to true shows the Send Mail Message toolbar button --%>
            <SendEmail Enabled = "false" />
        </telerik:ReportViewer>
    </form>
</body>
</html>

 

When I run it.  The page looks like the attached screen print.  It has numerous java errors most of which seem to have something to do with Kendo and as far as I know I'm not even using Kendo.  

Nasko
Telerik team
 answered on 15 Nov 2019
6 answers
240 views

Hello,

I have a regular report in my asp.net core 2.2 with 1 picturebox and 3 checkboxs. Works #1.

I create a new asp.net core 3.0 (copying everything from 2.2).  My picturebox and the 3 squares of the checkboxs (but the labels are ok) are not anymore display in the reportViewer (javascript).  When i generate a PDF version everthing worked.

Telerik.Reporting v13.2.19.920-hotfix (same problem with 13.2.19.918)
Telerik.Reporting.Services.AspNetCore  v13.2.19.920-hotfix (same problem with 13.2.19.918)

Any idea? 

Ivan Hristov
Telerik team
 answered on 15 Nov 2019
1 answer
276 views

Hi,

I need to use WebServiceDataSource to connect to a web service with Windows Authentication. Is it possible to do that?

 

Regards,

Nasko
Telerik team
 answered on 15 Nov 2019
3 answers
1.0K+ views

I have the report that contains a table to show some payment information, and underneath there is textBox to show sum of PaymentAmount property values.

See attached sample report image to see. The report has jsonDataSource and it has collection property of "PaymentLinks" which has 4 items and each item of the collection has "PaymentAmount" integer value. The table is showing "PaymentAmount" property value. 

I have to calculate sum of "PaymentAmount" column and set the result in TextBox next to "TotalPaymentAmount:". How should I do that?

FYI: If you right click on the table last row, you can see "Add Total" on the context menu. Maybe we can use this to sum of the column values?

The jsonDataSource contains this inline JSON:

{            
     "TotalLinksAmount": 10,       
     "PaymentLinks": [
        {                   
             "PaymentAmount": 10         
        },
        {               
             "PaymentAmount": 100       
        },
        {
             "PaymentAmount": 25     
        },
         {
             "PaymentAmount": 30     
        }

     ]
}  

Neli
Telerik team
 answered on 14 Nov 2019
3 answers
178 views

Hi.

I'm using the standaloneTelerik Report Designer to create a report with a table control.  I set the property ColumnHeadersPrintOnEveryPage=true for the table to display the header on each page.  It works as required when I export to PDF, but when I export to Excel (XLSX) the column header does not freeze and disapears when scrolling down.

It looks like a bug to me but can you advice if not ?

Best regards,
Kalli

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 13 Nov 2019
3 answers
352 views

Where can I get the url for the subreports?

I have been trying to use

localhost:83/Report/View/Monthly%20Reports/Monthly%20CDR%20Report%20Excel

But that does not work.

 

Neli
Telerik team
 answered on 13 Nov 2019
8 answers
847 views
Hi All,

I am working on a Winforms aplication.
I do not see a reportviewer in the toolbox.
However, if i use a web application, i see a report viewer.

Why is the reportviewer missing from the toolbox?

Thanks.
Neli
Telerik team
 answered on 13 Nov 2019
17 answers
1.6K+ views
We are using the Silverlight viewer in conjunction with Telerik Reporting.  Any report with more than a few pages takes an unreasonably long time to render.

I will save you the painful details because I see you are well aware of this issue (search for slow in Reporting forum).

Are there any plans in the immediate future to rectify this?

Also, is there any way to gracefully cancel a loing-running report?  A built-in cancel button would be helpful.  Failing that, are there any events for detecting when the report is rendered/viewable (e.g., RenderEnd)?

Thanks,
Mike


Neli
Telerik team
 answered on 13 Nov 2019
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?