Telerik Forums
Reporting Forum
1 answer
124 views
How can you change the chart type for the new graph object through the Visual Studio designer?  Your documentation only show how to change through the standalone report designer. 

Thanks
Chavdar
Telerik team
 answered on 18 Apr 2013
1 answer
137 views

Hi,

 I'm using Telerik report. How could i set vertical column line in report

See my report image

Advance & Thanks

Ansari.
Stef
Telerik team
 answered on 17 Apr 2013
1 answer
106 views
Using version 7.0.13.220. Have created a barebones ASPX based on the sample code from the 'Using Telerik Web ReportViewer in ASP.NET MVC application' and the response from here.
<html style="height: 100%">
<head id="Head1" runat="server"></head>
<body style="height: 100%">
<form id="Form1" runat="server" style="height: 100%" method="post" action="">
<div id="Content1" style="border: solid 2px red; height: 100%;">
<telerik:ReportViewer ID="ReportViewer1" runat="server" Height="100%" Width="100%"></telerik:ReportViewer>
</div>
</form>
</body>
</html>

Also using the report from the sample code mentioned earlier.

When I view the page in IE9, I get the grey menu bar across the top of the screen and nothing else. I can then export it to other formats (PDF, Word, etc.) and the report shows correctly. If I look at the report in Chrome or Firefox, the report shows correctly in the browser and exports. Any idea what's holding up IE?

Chavdar
Telerik team
 answered on 17 Apr 2013
1 answer
119 views
Hello,

I'm working with a bar chart, and am having an issue with the ChartSeries labels.  It appears that the labels are constrained to the inner Chart, and are not allowed to extend out into the rest of the PlotArea.  The attached file "telerik chart labels 1.jpg" shows my desired behavior (taken from an existing report written using a different tool) - notice that the labels for TX and NM extend outside of the inner chart area.   "telerik chart labels 2.jpg" shows the results using Telerik Reporting.  Here you see that TX and NM are constrained to the inner Chart rectangle.

Is there a setting somewhere that would allow me to achieve the desired behavior?  I have searched extensively on these forums and on Google, StackOverflow, etc., to no avail.

Thanks!

Scott
Chavdar
Telerik team
 answered on 17 Apr 2013
5 answers
1.0K+ views
Why can't I add a subreport to the page footer?

I have a need to make the page footers on all my reports the same, so I want to create a subreport and pass in the pagenumber\pagecount as parameters.

When I try to add the subreport in vs2012 it throws a popup saying this isn't possible?
Chavdar
Telerik team
 answered on 17 Apr 2013
3 answers
145 views
Hi,

I am using WPF report viewer. I have one report which contains 10 rows. I want to click on the cell(textbox) & execute the method.

Thanks
Vaibhav
Peter
Telerik team
 answered on 17 Apr 2013
4 answers
578 views
Hi All - I know there have been other threads on this but OIY! this problem is a pain.  I am trying to get a grip on the issue with passing incorrect datatypes to user defined functions thus generating this error.

I have a simple test function

 

 

public static decimal hellodecimal(decimal arg1) { return arg1; }

 


doesnt get any more simple eh?

When I call this function from the detail section on a report it works well

=hellodecimal(Fields.SomeDecimalField)

BUT

If I call this from a group section and include an aggregate function, like ...

=hellodecimal(Sum(Fields.SomeDecimalField))

THEN I get the error  "The expression contains undefined function call hellodecimal()"

So it seems like "=Fields.SomeDecimalField"  and "=Sum(Fields.SomeDecimalField)" return different data types, is this true?
Joie
Top achievements
Rank 1
 answered on 17 Apr 2013
1 answer
103 views
Hello, our developers are currently testing a project on the Telerik Reporting Trial version.
Is there a page that provides information on the restrictions of the Trial version?

For instance, we have the Power Point export available in DocumentFormat.OpenXml.dll Export Format while testing, but missing the PPT export when the project is deployed.

Also, we see that there are misalignments when using shapes or highlighting borders and exporting to PPT or PDF.
The style that we implement do not show properly.
Is this a generally known issue in Telerik itself or just in the Trial version?

We see a lot of page breaking and misalignment issues when using IE Compatibility mode.
What are the recommended IE Browser version and settings?

Please let us know so we could further explore and decide whether to purchase or not.
Thank you!
Stef
Telerik team
 answered on 16 Apr 2013
3 answers
149 views
I have a report that builds up dynamic columns based on user selection. I wrote the code for this by referring this link:
http://www.telerik.com/ClientsFiles/247146_AutoGenerateColumns.zip
provided in one of the threads.
The report was working fine until I upgraded to Q1 2013. After the update the report renders with the value of the first column as the value for all other columns all though the column headings are rendered correctly. Please find attached screenshots for both the versions. The code given in the link which is  windows forms project is working fine after update. I am doing this in asp.net and the only thing I did was update it after which the problem occurs.
On another note, My client is about to the buy the license. I was wondering if we can use any of the versions (Q2 2012 or Q1 2013) after the license is bought. Because if we cant use Q2 2012 and if there s no fix for the above issue then there is no point in buying the license.
Peter
Telerik team
 answered on 16 Apr 2013
1 answer
116 views
Hi!

Since there is no event for "document has been printed" I tried to use the State property of ReportViewerModel. ReportViewerStates enumeration defines three states: "PrintNoPrint", "PrintInProgress" and "PrintComplete". I don't know if this is an error but "PrintComplete" is never reached. During printing the State property changes from PrintInProgressState to PrintNoPrintState. What I expect is that at least once the PrintCompleteState is triggered when the document was sent to the printer.

Is there any other way to determine wether a document has been printed?

Regards
Neils
Peter
Telerik team
 answered on 16 Apr 2013
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?