Telerik Forums
Reporting Forum
1 answer
213 views

Hello,

I know that currently, when exported to Excel, HtmlTextBox is rendered as plain text with no formatting.

I would like to know if TELERIK is planning to provide a functionality that would allow to export to Excel HTMLTextBox value with formatting?

Silviya
Telerik team
 answered on 19 Sep 2018
1 answer
405 views

I get the following error when trying to test an update to my website reports:

 

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

 

Compiler Error Message: CS0433: The type 'Telerik.ReportViewer.WebForms.ReportViewer' exists in both 'c:\Users\xxxxxx\AppData\Local\Temp\Temporary ASP.NET Files\root\1d706933\5e16d679\assembly\dl3\59214220\00d64b25_5a7dd001\Telerik.ReportViewer.WebForms.DLL' and 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Telerik.ReportViewer.WebForms\v4.0_9.1.15.624__a9d7983dfcc261be\Telerik.ReportViewer.WebForms.dll'

 

Source Error:

Line 410:       
Line 411:        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 412:        private global::Telerik.ReportViewer.WebForms.ReportViewer @__BuildControlrptViewer() {
Line 413:            global::Telerik.ReportViewer.WebForms.ReportViewer @__ctrl;
Line 414:

 

 

Source File: c:\Users\xxxxxxx\AppData\Local\Temp\Temporary ASP.NET Files\root\1d706933\5e16d679\App_Web_receivingappointmentdaily.aspx.cdcab7d2.gq-0gggm.0.cs    Line: 412 

 

 

It says that line 412 is the problem. I have tried removing the second file, the one in the AppData folder, but it comes back when I run the site in debug.

Silviya
Telerik team
 answered on 19 Sep 2018
1 answer
158 views

Hi Telerik,

I using MVC Net (c#) and Report viewer to view report

but when i change screen size of windows, i have issue

Please refer attach file.

Help me !!!!.

Silviya
Telerik team
 answered on 19 Sep 2018
12 answers
660 views
Hello,

Is there a way to lock Excel or PDF reports generated by Telerik component?
I need to prevent users to be able to modify the reports once generated.
Thanks for your answer.
Regards

Joël
Silviya
Telerik team
 answered on 19 Sep 2018
8 answers
709 views
http://www.telerik.com/help/reporting/advanced-creating-multi-column-reports.html

I know that the PageHeader/PageFooter becomes calculations of the Page  margins, but is it possible to have multiple columns DetailSection with a full width section in the ReportHeader/ReportFooter

I have a group header that needs to change with the group s at the header and I have footer comments that need to span the entire width.

Can this be tweeked within the ItemDataBinding/Bound event to change the adjust the section width.

Thanks
Steve

Todor
Telerik team
 answered on 18 Sep 2018
1 answer
141 views

Hi There

I have this code:

                var typeReportSource = new Telerik.Reporting.TypeReportSource();
                typeReportSource.TypeName = fullReportType;

                var parameter = new Telerik.Reporting.Parameter();
                parameter.Name = "ID"
                parameter.Value = "12345"

                typeReportSource.Parameters.Add(parameter);

                ReportViewer1.ReportSource = typeReportSource;
                ReportViewer1.RefreshReport();

 

and i get an eather empty reports or an error

An error has occurred while processing Report 'Option1perJob':
Conversion from string "" to type 'Integer' is not valid.
------------- InnerException -------------
Input string was not in a correct format

 

While debugging I see that Parameter is not being set to Value and remains empty.

Please Help.

Thank you,

Boris
Top achievements
Rank 1
 answered on 17 Sep 2018
1 answer
1.1K+ views

Why can not I change the background image position? My case: I need an image exactly on the spot , including the page footer. If I know the image can be embedded to include the page footer only through the background. How do I set the position of the image?

 

Best regards

 

Adrián Petráš

Todor
Telerik team
 answered on 17 Sep 2018
1 answer
438 views

I'm facing report viewer issue after upgrading to Telerik.Reporting 12.1.18.620. I'm using NuGet Package.

The Problem is the report started to display like Image 1 after upgrade. 

I tried to fix it little bit by adding the below styles

.trv-report-page {
  height: 700px !important;
}
.trv-report-page > .sheet {
  height: 700px !important;
}

Now the report is showing but with 2 horizontal scrollbars as Image 2.

Here is my container style

const viewerContainerStyle = {
    position: 'relative',
    width: '100%',
    height: '800px',
    ['font-family']: 'ms sans serif'
  };

 

Silviya
Telerik team
 answered on 17 Sep 2018
3 answers
592 views
Where can I find a sample project that uses data bound standalone reports in a web or wpf application? I see all kinds of code snipets, but I can't find a simple example that works end to end.
Silviya
Telerik team
 answered on 14 Sep 2018
0 answers
148 views

Hi,

I have create report template using Telerik report designer as described in (https://docs.telerik.com/reporting/standalone-report-designer-report-templates).

I want to use that template when creating new reports from within VS 20017. I have report library within my project and I would like that when I am creating new report, to use that template so I do not have to repeat report look and fell for all my reports.

How can I do that, knowing that I have the report template created.

Regards,

Omar

 

Omar
Top achievements
Rank 1
 asked on 12 Sep 2018
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?