Telerik Forums
Reporting Forum
1 answer
184 views

Hi Team,

I have created the Telerik report (.trdp) to show some data in Line Chart with below details.

Chart Type : Line Chart

Series : LineSeries

LineType : Smooth Line

YaxisScale : Numerical Scale.

Xaxis Scale : DateTime Scale

I have exported the PDF from Telerik Report designer  and it is working fine i.e, Line Type is smooth throughout . However , when I integrate the telerik report in my Asp.net Web api I started getting following issue. Line series is partially Smooth for continuous values and straight Line for missing values. Please let us know the solution to make the entire line type smooth.

PFA Screen shots for issue.

Picture 1 :  Working picture, pdf Exported from telerik report designer.

Picture 2 :  Issue image, Pdf Exported from Web api code.

 

Thanks

Momchil
Telerik team
 answered on 05 Sep 2023
1 answer
461 views

Hello,

I implement reports and use IReportSourceResolver. When report viewer asks for a report, the method is called 3x. I need to load data into the report using objectDataSource. But the problem is that the parameters from currentParameterValues are loaded only in the first call (OperationOrigin.ResolveReportParameters). In the other two, the variable is already empty. Can you please help me? 

Thank you

public ReportSource Resolve(string uri, OperationOrigin operationOrigin, IDictionary<string, object> currentParameterValues)
        {
            var reportPackager = new ReportPackager();
            var report = Construct.CommonManager.Report.GetModelFromUri(uri);

            if (report == null)
            {
                throw new FileNotFoundException();
            }

            MemoryStream stream = new(report.Data);
            Telerik.Reporting.Report report1 = (Telerik.Reporting.Report)reportPackager.UnpackageDocument(stream);
         
            var instanceReportSource = new InstanceReportSource
            {
                ReportDocument = report1
            };

            if (operationOrigin == OperationOrigin.ResolveReportParameters)
            {

            }
            else if (operationOrigin == OperationOrigin.CreateReportInstance)
            {

            }
            else if (operationOrigin == OperationOrigin.GenerateReportDocument)
            {

            }

            return instanceReportSource;
        }
Dimitar
Telerik team
 answered on 04 Sep 2023
1 answer
382 views

We're working with an ASP.Net MVC web application development by us, using these components:

1) Telerik Reporting v.12.2.18.1129

2) Telerik ASP.NET MVC v.12.2.18.1129

3) Telerik Kendo JS v.2017.1.118.545

And we're using these hardware:

4) Tablet Samsung Android 10

5) Xerox Printer VersaLink B405

This web application uses telerik report viewer to render data. We're consuming the web application through Google Chrome using a tablet SAMSUNG and also one pc desktop.  When we generated the report by telerik report viewer using chrome and the pc desktop the document pdf is correct and the printer works nice; but when we generated the the report and export to pdf by telerik report viewer using the tablet the document pdf is not recognoized by printer (see attached printer_error_no1.png and #printer_error_no2.png). 

Any idea how to solve the problem with tablet ¿? I mean, the tablet prints any document pdf but the pdf generated by telerik report viewer doesn't work.

Todor
Telerik team
 answered on 04 Sep 2023
1 answer
128 views

I'm creating a report using the web report designer and in a report, I have a map component. 

Is it possible to bind to the Extent fields for LatitudeMax and Min (I assume the same for Longitude).

 

Also side question: Where would I go or how would I go about to determine all possible paths for bindings for a component?

Todor
Telerik team
 answered on 31 Aug 2023
1 answer
144 views

I Need to develop the Blazor MAUI project with the Telerik Report in that project stored. Also, that report needs to be created with Connecting DataObjectSource. 

1. I want to know how to develop a report connecting DataObjectSource.

2. How to add that report to the MAUI project with Configuration.

Can you help me with an example?

Thank You!

Todor
Telerik team
 answered on 28 Aug 2023
1 answer
133 views

I Need to develop the Blazor MAUI project with the Telerik Report in that project stored. Also, that report needs to be created with Connecting DataObjectSource. 

1. I want know how to develop a report connecting DataObjectSource.

2. How to add that report to the MAUI project with Configuration.

Can you help me with an example?

Thank You!

 

Todor
Telerik team
 answered on 28 Aug 2023
1 answer
685 views

I need to create a Telerik Report(trdp file) by Connecting the ObjectDataSource Component to a Data Source. can Explain step by step with a sample example.

Thank You!

Momchil
Telerik team
 answered on 28 Aug 2023
1 answer
231 views

I need to create a Telerik Report(trdp file) by Connecting the ObjectDataSource Component to a Data Source. can Explain step by step with a sample example.

Thank You!

 

 

Momchil
Telerik team
 answered on 28 Aug 2023
1 answer
338 views

Hello!

It's used the next version of telerik: Telerik_Reporting_R2_2020_SP1_14_1_20_618

After trying to open the generated html content in the preview mode in different browser the additional pages appeares. In the template all looks good but some unexpected things appeared on the generated html (screenshot was attached):

1. unexpected border (border: 2px solid darkblue;) appeared around the all report content

2. Ctrl+P gets 2 pages but it's expected 1!

3. unexpected css styles appeared in the <head> and a lot of inlined styles appeared at all tags. For instance, the next style at <body> tag  

style="padding-left:57px;padding-right:38px;padding-top:57px;padding-bottom:38px;width:102

gets the mentioned extra page. How it's possible to control the process of generating this styles??

Generated pdf content gets an expected 1 page during the printing.

I attached the template and html rendering result in the archive

Thanks

Todor
Telerik team
 answered on 28 Aug 2023
1 answer
128 views
I can download the data while configuring the data source(API) if I run the report to preview it says not found 404. Not sure what going on here and moreover I'm newbie for Telerik. Please need your help. Thanks 
Todor
Telerik team
 answered on 28 Aug 2023
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?