Telerik Forums
Reporting Forum
1 answer
271 views
Is there a field property to have the resulting value be the empty string when an expression evaluates to NaN or Infinity?

I know how to work around this by using a string property that formats the value for me, but I was wondering if there was a code-less way.

Thanks
TechSavvySam
Top achievements
Rank 1
 answered on 01 Aug 2014
5 answers
559 views
I know I can control the page scaling of Exported PDFs using the "ViewerPrintScaling" rendering extension.  However, it appears this setting is ignored when using the Print button on the toolbar.  Instead, PDFs are always scaled.  It would be nice if PDFs always respected the rendering extension configuration (even when printing).  Or is there some other way that I can force printed PDFs to not scale?

Thanks,
-Stephen
Stef
Telerik team
 answered on 01 Aug 2014
1 answer
74 views
When viewing a report in IE 11, it produces an "access denied" error on line 493 of http://localhost:40311/Telerik.ReportViewer.axd?optype=Resource&version=8.1.14.618&name=Resources.ReportViewer.js

This works fine in Chrome.

When debugging, the error is due to paramsFrame.contentWindow, which is what throws the access is denied exception.

I believe this is a CORS issue, however I am running locally within visual studio 2010 using ASP.NET Development Server.
KS
Top achievements
Rank 1
 answered on 01 Aug 2014
3 answers
99 views
When the following line is included in the web.config, the export feature in the Html5 Report View fails for Chrome and Firefox.

<system.webServer>
     <modules runAllManagedModulesForAllRequests="true">
             <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode" />
     </modules>
</system.webServer>

Please advise since we would like to keep the compression active on our site.
Konstantin Dikov
Telerik team
 answered on 01 Aug 2014
8 answers
1.8K+ views
Hi,

I want to use 'if' in value of textbox item.
 It's possible ?
Nasko
Telerik team
 answered on 01 Aug 2014
2 answers
224 views
Hello! 

I am attempting to create a custom user function as per: http://www.telerik.com/help/reporting/expressions-user-functions.html

I created my custom assembly, and was able to successfully get the new function to show up in the standalone Telerik Report Designer Expressions Window. 

However, I can't seem to get this same custom assembly to show up in the expressions window in the Visual Studio Report Designer for Telerik. I was not able to find the right search terms to find a solution to my issue anywhere. I'm sure there is something simple that I am missing to have the visual studio report designer load the custom assembly in the Expressions Window. Can anybody help me out? I've added a reference to the assembly DLL file in my project, and I've updated app.config as below:

<?xml version="1.0" encoding="utf-8" ?><br>
<
configuration><br>   
<
configSections><br>     
<
section<br>             
name="Telerik.Reporting"<
br>             
type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting"<
br>              allowLocation="true"<br>             
allowDefinition="Everywhere"/><
br>   
</
configSections><br>  <br>  <br>   
<
connectionStrings><br>    my connection info in here! <br>    </connectionStrings><br><br

<
Telerik.Reporting><br>   
<
AssemblyReferences><br>     
<
add name="CustomAssembly"/><br>   
</
AssemblyReferences><br
</
Telerik.Reporting> <br>  
<
br></configuration>

Any guidance that could be offered would be greatly appreciated as I have exhausted everything I can think of. 

 I am using Telerik 2014 Q1 and Visual Studio 2010. 

Thank you! 

Keith
Top achievements
Rank 1
 answered on 31 Jul 2014
1 answer
139 views
Good day,

i have a report created in the designer with a description field in the Body/Detail section of the report.  I now have to highlight the row should the description contain any of 6 stings...  

How would i setup my conditional formatting rule to contain OR....e.g.  description field Contain string like "X" OR "Y" OR "X" or "A" or "B" 

Kind Regards,
M
KS
Top achievements
Rank 1
 answered on 31 Jul 2014
13 answers
3.7K+ views
Hi,

When exporting a report to CSV it used a comma as field delimiter but I would like to use a semicolon instead. I did not find a way to change the delimiter. The documentation gives some hope as it  states: "The default field delimiter string is a comma (,)." , so there should be a way to use a non-default delimiter instead. Does anyone know the trick?

Regards,

Daniel


KS
Top achievements
Rank 1
 answered on 31 Jul 2014
1 answer
93 views
Hi there, 
I'm having an issue on printing reportviewer. 
I tried to follow this ticket: http://www.telerik.com/forums/print-multiple-reports-directly-to-printer-from-silverlight

anyway it gives me the error in the attached file. 

and here's my reportviewer code:

<Silverlight:ReportViewer x:Name="SalesOrderReportViewer" HorizontalAlignment="Left" VerticalAlignment="Top" Height="603" Width="583" Report="PurchaseOrderReports.MasterSalesReceipt, PurchaseOrderReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" ReportServerUri="../ReportService.svc" UseNativePrinting="False"/>



Stef
Telerik team
 answered on 31 Jul 2014
2 answers
342 views
I am adding reporting to a website. Everything is in place for the WebApi, but I am running into a strange issue as demonstrated in the attached screenshot. I can check that everything is in place by checking the api/reports/formats call I get the expected results. However, when trying to display a report in the reportsViewer the template is found but the call to api/reports/clients returns nothing. I get no errors or response at all and firebug shows that the browser waits for a return that never comes.

I'm using fairly standard MVC4 setup. I have been able to get reporting working in a bare test site, but run into this problem on the full development site.

Anyone came across similar and solved?
Stef
Telerik team
 answered on 30 Jul 2014
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?