Telerik Forums
Reporting Forum
1 answer
81 views
I have a report that use a cross table, i need to build a chart with cross table results. How do i do this. Thanks
Elian
Telerik team
 answered on 22 Dec 2011
1 answer
144 views
can fill a datatable in asp net reporting and pass throw a report.
a simple datatable with column description
if i can how? please help me.
Steve
Telerik team
 answered on 22 Dec 2011
1 answer
142 views
I have a problem while I am trying to add telerik reportviewer in silverlight application.
I am getting error:
Error HRESULT E_FAIL has return from call to a COM component.

I am trying below written code:
<controls:ChildWindow x:Class="ImageEditor.TReportView"
           xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
           xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
           xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
           Width="650" Height="900" xmlns:telerikReport="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
           Title="TReportView">
    <Grid x:Name="LayoutRoot" Background="White" >
        <telerikReport:ReportViewer Margin="5,5,5,5" UseNativePrinting="False"  Name="reportViewer" Width="Auto" Height="Auto" ReportServerUri="../ReportService.svc" 
    </Grid>
</controls:ChildWindow>


Telerik.Reporting.Service, Version=5.1.11.713
Telerik.ReportViewere.Silverlight version =5.1.11.713
VS2010 in windows 2007

Thanks!
SSD
Steve
Telerik team
 answered on 22 Dec 2011
2 answers
125 views
Is there a way to completely remove a subreport if it has no items?
right now if there are no line items the headers appear
about 1/3 of the subreports are empty
it's a large report and they are taking up room
Patrick
Top achievements
Rank 1
 answered on 22 Dec 2011
4 answers
2.0K+ views
Hi,
I installed 2011 Q3 Telerik reporting framework. I tried to render my report in to XLSX it threw an exception "Telerik.Reporting.Processing.RendererNotAvailableException: XLSX rendering format is not available."

The code:

var reportProcessor = new ReportProcessor();
RenderingResult result = reportProcessor.RenderReport("XLSX", report, null);
string reportFileName = @"C:\report" + DateTime.Now.Ticks + ".xslx";
FileStream fs = new FileStream(reportFileName, FileMode.Create);
fs.Write(result.DocumentBytes, 0, result.DocumentBytes.Length);
fs.Flush();
fs.Close();

It worked for "XSL" extension not "XSLX".

Many Thanks
Joseph
Joseph
Top achievements
Rank 1
 answered on 21 Dec 2011
4 answers
228 views
Hello,

  Is it possible to enter some report data into Excel headers and footers during exporting to Excel?

Thanks,
-Andrey Popov
Steve
Telerik team
 answered on 21 Dec 2011
9 answers
969 views
Hello,
how can I disable this?
Thanks

Paolo
Steve
Telerik team
 answered on 21 Dec 2011
1 answer
52 views
Hi,

I would like to know how to modify the report design after the project has been published without building it again.


Thanks in Advance,

Kind Regards,
Steve
Telerik team
 answered on 21 Dec 2011
1 answer
123 views
Hi,

Can you please let me know how to give background colour to a picture box based on the values of another column??? 
Either by formatting rules (which I tried) or by VB code..

For instance, background colour = red  if the value is 0 
                      background colour = green if the value is 1

Thanks.
HAREE
Top achievements
Rank 1
 answered on 20 Dec 2011
1 answer
146 views
Hi,

I'm using telerik reporting version 5.1.11.928

I understand that a report page will break if there is not enough space to display the reports.
However what if I set the report size to custom size of 210mm width and 5000mm for the height? Why the page is still breaking. I believe with that kind of size the report should fit in one page.

 However, if there is no grouping in the report, the reports won't break although the displayed data is long. The page break only happen if grouping is there although the data is significantly lesser than the report which don't have group.

FYI, I've set all pagebreak to 'none'.

Elian
Telerik team
 answered on 20 Dec 2011
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?