Telerik Forums
Reporting Forum
3 answers
186 views
Hello

i run multiple Applicationpools on one Server. In every pool the same binaries are installed (Different environments: Test, Demo, ect.).
If i use the HTML5 reportviewer with filecache i get some troubles when running the pools at the same time. If i start one pool and run a report there everything is fine. If i start a second pool and run the report there i get the errormessage:
"Internal Server Error:
An error has occurred.
Access to the Path "8.2.14.1204_ClientsCacheLock" is denied."

I use the MVC HTML5 Viewer. In the service i create the cache like this:
protected override Telerik.Reporting.Cache.Interfaces.ICache CreateCache()
{
            return Telerik.Reporting.Services.Engine.CacheFactory.CreateFileCache( HttpContext.Current.Server.MapPath("/Cache") );
        }
 }

The applicationpool has enough rights to write into this folder.

What do i miss?

best regards
Fabian

Silviya
Telerik team
 answered on 21 Sep 2018
2 answers
320 views
I am trying to create a clustered column graph that shows the number of services and appointments booked each hour, as depicted by mockup.jpg. I am pulling the data through a SQL data source as shown in data.jpg, where the first row represents the number of services booked and the second row represents the number of appointments booked. The column graph is set up such that each column pulled from the database is a series along the X-axis, and the row values are the Y values. However, for the graph series, the Report Designer seems to group rows that have the same value; an example of this problem is shown in issue.jpg. The 11AM category should have two bars, not one. The grouping issue does not occur with columns that have different row values; in the example, the 10AM column shows two bars as it should. I tried removing series grouping for the 11AM column, but it does not fix the issue.
Anil
Top achievements
Rank 1
 answered on 20 Sep 2018
1 answer
217 views

This has been asked before but all answers are around extending the functionality of Telerik Reports (which I can't do).

When using the standalone designer, I have a picture box that retrieves the value from a database field. Sometimes that field is null or empty text (''). When this occurs, the report renders with a nasty message.

How can we have it just hide that picture box?

I have tried to use conditional formatting with no luck (=IIF(isnull(Fields.PicPath,'') = '',1,0).....and then turn off visibility if it is a 1).

So...no code answers please. This is for the standalone version. How do you resolve this?

Note I can modify the SQL query as needed as well and have tried to send it Null values as well as '' (empty text) and nothing appears to satisfy Telerik.

Help please.

Brian
Top achievements
Rank 1
 answered on 20 Sep 2018
3 answers
514 views
Hello,
I try to make a dynamic table, the table in Hebrew, and when the columns are added they are added to the right while I want them to be added on the left. 
 Is there a way to set the table will be in Hebrew (right to left)?
Silviya
Telerik team
 answered on 20 Sep 2018
5 answers
892 views

I'm currently running into a road block, I'm the only user at the company figuring out if Telerik will work for our reports.

When following.....https://docs.telerik.com/reporting/quick-start-windows-viewer

I get

'RefreshReport' is not a member of 'ReportViewer' telerik telerik report on adding the RefreshReport() on step 8 while running this in Visual Basic.

======================Code Sample Bellow====================

Imports Telerik.ReportViewer
Imports Telerik.Reporting.Report
Imports Telerik.Reporting
Imports Telerik.ReportViewer.Html5

Public Class WebForm1
    Inherits System.Web.UI.Page

    Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.ReportViewer1.RefreshReport()
    End Sub

End Class

=========================================

I added the imports to see if that would help and it has not.   Have a missed something obvious?

 

John S.
Top achievements
Rank 1
 answered on 20 Sep 2018
1 answer
171 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
374 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
129 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
601 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
588 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
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?