Telerik Forums
Reporting Forum
2 answers
253 views
Hello
Is there template available to use with font awesome version 4+?

Regards
Marcin
Marcin
Top achievements
Rank 1
Veteran
 answered on 11 Dec 2013
1 answer
91 views
Am I missing something?  I go to the demos on reporting, I see a demo "Invoice" that is nearly identical to what i'm looking to do.  I don't see the code pages like in the other products.

I just need to see the html/javascript mockup, and i'd like to bind my report to a class.  If that's possible.

Thanks
Stef
Telerik team
 answered on 11 Dec 2013
1 answer
49 views
Hi

I've gone through the quickstart tutorial to display a report, but intellisense underlines the report viewer with the following error:

unknown type or namespace 'Reportviewer' of 'Telerik'

It doesn't look like the reports have registered properly.

Andy
Stef
Telerik team
 answered on 10 Dec 2013
1 answer
100 views
We have a report that is developed using the standalone designer. The xaxis scale is a date value. We are trying to configure the chart to show only every 3rd or 4th axis value; however in order to do that the scale needs to be changed to DateTime. When we try to do that in the designer, it crashes.

Also, is it possible to programmatically interact with reports in the standalone designer? In the VS designer you can access code-behind, but it doesn't seem clear if there is any way to do that with TRDX files.
Nasko
Telerik team
 answered on 10 Dec 2013
5 answers
735 views
Hi,

I'm having Telerik.Reporting.OpenXmlRendering.dll, DocumentFormat.OpenXml.dll in my dev server. But while executing the report, its showing the error, 'DOCX rendering format is not available.'. But when I tried to debug in my local pc, its working fine.

Please help me on this...


Thanks,
Mahesh O A
thelostleaf
Top achievements
Rank 2
 answered on 09 Dec 2013
8 answers
1.2K+ views
Hi -
I read in the Telerik documentation that you may export to word but I do not have that option in the asp.net report viewer.
How do I get this option to show.
Thanks
Andy
SOFIENE
Top achievements
Rank 1
 answered on 09 Dec 2013
1 answer
292 views
hello, i hope someone can help me with this problem.  

I have a mvc web app that has an edmx connection setup.  i added a class library to run the reports and created a new edmx in that class library.  

i am trying to setup a simple test report using the new HTML5 viewer.

I setup entity framework using your articles which seemed to work.

I am getting the dreaded 'Format of the initialization string does not conform to specification starting at index 0.' error and although i have copied the connection string from my reports project app.config to the main application web.config, i still get this error when trying to view the report through the application.  The report is visible using the preview mode in the visual studio.

The report only has one table on it which was setup using the table wizard.

my connection strings in the web.config:
   
<add name="TargetZeroEntities" connectionString="metadata=res://*/TargetZero.csdl|res://*/TargetZero.ssdl|res://*/TargetZero.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=uldev02\sql2008;initial catalog=TargetZero;persist security info=True;user id=TargetZeroDev;password=TargetZeroDev1@;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" /><br>
    <add name="TargetZeroReportEntities" connectionString="metadata=res://*/ReportingContext.csdl|res://*/ReportingContext.ssdl|res://*/ReportingContext.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=uldev02\sql2008;initial catalog=TargetZero;persist security info=True;user id=TargetZeroDev;password=TargetZeroDev1@;multipleactiveresultsets=True;application name=EntityFramework&quot;" providerName="System.Data.EntityClient"/>


The 2nd one(TargetZeroReportEntities) is used for the reporting project and was copied exactly as is from that project.

the report is very simple:
constructor{
            InitializeComponent();

            this.DataSource = entityDataSource1;
            this.table1.DataSource = entityDataSource1;
}

any suggestions to resolve this error?

EDIT: this has nothing to do with the table on the report.  I tried deleting that and i still get the same error.

EDIT2:  i have also gone through this article on setting up the datasource manually for production but it did not resolve this issue.
Stef
Telerik team
 answered on 09 Dec 2013
1 answer
249 views

I have a crosstab that displays financials over three time periods (year, month, week) this is the first column group. The next  sub column group is actual vs forecast. The aggregate column for this  takes  max(field.value) - min(field.value) to determine the variance between actual and forecast.


I need to figure out either how to conditionally format this field to show whether the variance is favorable or unfavorable (probably with color)



I need to write the expression to subtract



(fields.value Where fields.type = actual) - (fields.value Where fields.type = forecast)



with this the result would be negative if unfavorable.





Basically I need to create case or switch statements for conditional formatting and format string values can this be done either through the expression editor or through the backend C# code behind page.

Nasko
Telerik team
 answered on 09 Dec 2013
10 answers
516 views
Hi,
I am new to Telerik Reporting so sorry for this basic question. I've tried to search the forums and could not find an answer.

In our reports we need to show http links to different URL ( as actions, to download a file, etc).

Unfortunatelly, I could only make it work on the HTML preview (by using Textbox.Value = <a href > tag, but then using PDF it's not compatible and show the html tag text directly.

How can I achieve a simple http link in PDF format?
If this is not supported directly is there any workaround?

KS
Top achievements
Rank 1
 answered on 09 Dec 2013
2 answers
468 views
Hi I'm stucked with a little problem.
I'm working with the telerik report designer, and I'm trying to show a chart on a report I'm designing. I've already did a sample with SSRS and now I would like to get about the same chart with telerik.
I almost got everything to work as I wanted but I still have 2 little problems I can't solve, because I can't find the properties to change on my designer.

the first is that my linechart does not start from the intersection of X and Y axis, and at the end leaves a blank space from the image you can see it in the 2 blue squares
the second is the Xaxis interval, as you can see from the image in the green square, the label are a bit a mess, but i cannot find where I could set this property too.

Can somebody help me?

Thank you very much raphael
raphael
Top achievements
Rank 1
 answered on 06 Dec 2013
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?