Telerik Forums
Reporting Forum
4 answers
2.1K+ 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
245 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
1.0K+ views
Hello,
how can I disable this?
Thanks

Paolo
Steve
Telerik team
 answered on 21 Dec 2011
1 answer
96 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
139 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
161 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
1 answer
154 views
I am binding htmlTextBox to HTML which is having table in it. But report is not showing table. Is HTMLTextBox supports only few tags of html?
How can I fix it?
Elian
Telerik team
 answered on 20 Dec 2011
1 answer
172 views
I have a report viewer in WPF, I'd like to show the user some feedback when changing pages (on a slow pc this can take 4-8 seconds).

I have bound to the "IsInProgress" property, but nothing happens.

<controls:CircularProgressBar Message="{Binding ProgressMessage}" >
    <controls:CircularProgressBar.Visibility>
        <Binding Path="IsInProgress">
            <Binding.Converter>
                <telerikViewer:VisibilityConverter/>
            </Binding.Converter>
        </Binding>
    </controls:CircularProgressBar.Visibility>
</controls:CircularProgressBar>


 I suspect that Telerik is not realeasing the UI thread for the progressbar to appear. 

Any ideas?
Elian
Telerik team
 answered on 20 Dec 2011
1 answer
94 views

Hi,

I am using Telerik  Reporting Q2 2011 with Silverlight 4. I would like to access printer preferences and set the default layout for print to Landscape. Is it possible using this release or by using latest release (Q3 2011) of Telerik Reporting?

Adil

 

Elian
Telerik team
 answered on 20 Dec 2011
1 answer
195 views
Hi
currently hosting my project on  iis 6.0(windows server 2003)
and it gives that error...
couldn't find a way to fix it plz help it's urgent..
Massimiliano Bassili
Top achievements
Rank 1
 answered on 20 Dec 2011
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?