Telerik Forums
Reporting Forum
10 answers
678 views

My working environment is VStudio 2010 running on Win Server 2008 R2 and the current version of Telerik Reporting.

I have a web application with a web page containing a Telerik ReportViewer. The report works fine when I run it in the development environment. I can see the report with the data from my SQL Server database.

But when I deploy the web application ilocally n the same development server (Win Server 2008R2/IIS 7) and run it the ReportViewer object is not rendered in the page. Everithing in the web page outside the ReportViewr object get rendered normally and nor error is reported but the ReportViewer object itself just shows the "X" boxes for the pictures on the top part, the export combobox and the export link. Nothing else is shown.

The web.config file has the line for ReportViewer inserted by VS as shown below:

<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=4.0.10.423, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0"/>"  

Any suggestion?

Stef
Telerik team
 answered on 11 Oct 2016
1 answer
707 views

How do I set up conditional formatting on a watermark?

I only want the watermark to display when a field value = "Official" (This will place a "Official Copy" watermark on the report. )

The report is ignoring the conditional formatting rule and inserting the watermark. 

 

Katia
Telerik team
 answered on 11 Oct 2016
2 answers
109 views
hello have a report with two views (2databases), but need guidance on how to make a filter in a Table that is pointed to the second view ... that is, in the view of the original conté report, some break groups, and details of the report put the Table of the second view, now I need to filter this second view the fields that are related in one view ...
Antonio Carlos
Top achievements
Rank 1
 answered on 11 Oct 2016
1 answer
130 views

Is it possible to embed custom widgets in my reports in html view ?

For instance I have many  html kendo charts and grids created externally from telerik reporting and would like to include them in my reports in html view.

Something similar to a iframe that includes my custom widget logic.

Thanks

Nick

 

Katia
Telerik team
 answered on 11 Oct 2016
1 answer
98 views

In a report book  in html viewer is it possible to apply page transitions when moving from one page to another for powerpoint style presentations ?

Thanks.

Nick.

 

Katia
Telerik team
 answered on 11 Oct 2016
1 answer
101 views

Hello,

 

for a report a like to have a dropdown box with values to choose from.

 

According to examples I put the following code in the constructor:

ReportParameters["Agent"].AvailableValues.DataSource = new object[];

ReportParameters["Agent"].AvailableValues.ValueMember = "Fields.Item";

ReportParameters["Agent"].Visible = true;

ReportParameters["Agent"].Type = ReportParameterType.String;

 

When I compile it shows the report with a textbox on top.

 

Now when I change the code to:
ReportParameters["Agent"].AvailableValues.DataSource = new object[] {"test"};
ReportParameters["Agent"].AvailableValues.ValueMember = "Fields.Item";
ReportParameters["Agent"].Visible = true;
ReportParameters["Agent"].Type = ReportParameterType.String;

 

and I try to open the report it says:

Object reference not set to an instance of an object.

 

Source: Telerik.ReportViewer.Wpf.

I use Telerik Reporting Q2 2015.

I've loooke dover everuthing but I guess still mssing something.

 

Andy direction would be appreciated.

 

Kind regards

 

Jeroen

Jeroen
Top achievements
Rank 1
Iron
Iron
 answered on 11 Oct 2016
2 answers
306 views

continue this thread:Is there any way to export reporting as JPEG?

I create a sample project that will occour the same exception.
(Admin: The link is removed due to violation of Telerik Reporting License agreement for DEV assemblies distribution. Please, use the support ticketing system to submit demo projects.)

Thanks.

 

Peter
Telerik team
 answered on 10 Oct 2016
2 answers
227 views

Hello all!

I've got a class tied to a report that I'm building, and 3 of the properties are City, State, and Zip.  Zip is not currently sent over with a dash, just the 5-9 numbers.

I want to format zips on my report longer than 5 characters as "99999-9999", and Zips that are 5 characters "99999".  Fairly basic stuff.  I am also combining the City, State, and Zip of my report into 1 text box.

I'm trying to get cute (which is always dangerous), but I'm hoping someone can explain why this code throws a 'Specified argument was out of the range of valid values. Parameter name: startIndex' when I go to preview the report.  If I don't have more than 5 characters, I don't want it doing the insert.  Since the 'test data' is empty (as I'm just previewing the design), it shouldn't be evaluating the Insert I wouldn't think.

=Format("{0}, {1} {2}",Trim(Fields.City), Fields.State, IIf(Len(Fields.Zip)>5, Insert(Fields.Zip,5,"-"),Fields.Zip))

Thanks for any info!

Amanda
Top achievements
Rank 1
Iron
 answered on 07 Oct 2016
3 answers
56 views

I am using Q3 2015 SP1 (telerikReportViewerTemplate-9.2.15.1105). Reports are working fine on 100% zoom (100zoom.png) in HTML5 Report Viewer. But whenever I try to zoom out, last few characters of column truncates from right side(zoomout.png). Please suggest a solution.
Katia
Telerik team
 answered on 07 Oct 2016
1 answer
402 views

Hello,

May be I'm asking already answered question but at the moment I'm frustrated in this point and can't find a solution to this.

I have designed a report. My report's Page Header section is pretty large and I have placed two panels in it. The first panel is visible only on First Page and second panel is visible on every pages, which is running perfectly.

I'm hiding the first panel using Conditional Formatting on every page except first page. My problem is that, it occupies the space on every page when it hides. I want to shrink that space when the panel is hide.

I can not use Group Header instead of Page Header because I need to show PageNumber and PageCount in my header section, which will not be accessible in Group Header.

Hope my question makes sense.

Thanks,

Jameer

Stef
Telerik team
 answered on 07 Oct 2016
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?