Telerik Forums
Reporting Forum
1 answer
158 views
I have noticed that when you preview a silverlight report and print it; Then you change the data to the report on another window. When you press preview in the silverlight report viewer to refresh the data it works correctly. When you Print the report (after all that) it prints the original data and new data. It does not print modified original data. IE a property changed in your data object.

In other words the data in the print out does not match the preview. We tried printing several times. The preview was correct but each printout had the old data.
Steve
Telerik team
 answered on 15 Oct 2010
5 answers
486 views
Hi,

Is that possible to change the Theme for Telerik Reporting?

Please advice.
Steve
Telerik team
 answered on 15 Oct 2010
2 answers
138 views
All text formating I that I make in VB Studio to charts on my report don't carry over when compiled into a binary. Al changes come out in the preview tab but when I compile the report into a dll binary that is used to export the data and charts into a PDF file none of the text formatting is there. This is especially annoying when the values on the charts are large currency numbers. I have tried formating the text in both VB and in VB properties table and neither do any different.

I am able to angle the axises and the label values on the charts but color, font, and numerical format do not differ.
Bradley
Top achievements
Rank 1
 answered on 15 Oct 2010
5 answers
409 views
Hello,
I've got problem with the pdf size that telerik's report processor generates... I got files around 500kb each one (I've just set to subset the property in web.config) ... using tools like Acrobat  Distiller I got size about 130-150KB ... isn't possible to have a similar feature on the PDF generated by the report? I can't set to none the subsets since they must be processer by an online service that needs subsetted fonts

Thanks
Paolo
Steve
Telerik team
 answered on 15 Oct 2010
4 answers
304 views
I have a report that I am creating.  It is a single page document that I am trying to put a border around the complete document.  Setting the Border settings on the report are shown in the attached png file.   I have tried multiple setting with no effect on the printout.  I am using Q1 2009 controls.

I have attached a screen shot of the viewer showing the document with the border.
I have attached a screen shot of the printout without the border.

Suggestions???

Doug
Doug Hamilton
Top achievements
Rank 1
 answered on 15 Oct 2010
3 answers
195 views
Is there anyway other then programming it my self to have the report viewer save my generated report to a text file instead of RTF or TIFF?

Thank You
Massimiliano Bassili
Top achievements
Rank 1
 answered on 15 Oct 2010
1 answer
71 views
hi,


I'm using the telerik reporting, in that i want to bind the text box with the value from editor.
if i did like that i can view the data as in enter but while exporting the report i'm getting the html tags
like   below.
<div style="text-align: left;"><span style="color:
#000000;"></span>Here s my Datas<br />
</div>

how to solve this issue, i want to get the exact data even if i export ( to any format) or i don't   those tags.
how to get my data alone

regards
priya
Steve
Telerik team
 answered on 15 Oct 2010
1 answer
68 views
hi,


I'm using the telerik reporting, in that i want to bind the text box with the value from editor.
if i did like that i can view the data as in enter but while exporting the report i'm getting the html tags
like   below.
<div style="text-align: left;"><span style="color:
#000000;"></span>Here s my Datas<br />
</div>

how to solve this issue, i want to get the exact data even if i export ( to any format) or i don't   those tags.
how to get my data alone

thanks & regards
Babu
Steve
Telerik team
 answered on 15 Oct 2010
1 answer
83 views
Hello,
Is there any way to present the data cube data (if I need to present in x-y and z axis).
Any sample code pls.
Thanks in advance
Pams
Top achievements
Rank 1
 answered on 14 Oct 2010
1 answer
129 views
Hello everyone.

I am generating a csv file using the RenderReport function. I don't want to display Headers or StaticText and want to turn this off by code. (I'd rather not use the config file). The following code doesn't work. Any Ideas? I am using the evaluation v. 4.1.10.714.

ReportProcessor rp = new ReportProcessor();
            Hashtable deviceInfo = new Hashtable();
            deviceInfo.Add(CsvRenderingExtension.Parameters.NoHeader, true);
            deviceInfo.Add(CsvRenderingExtension.Parameters.NoStaticText, true);
            RenderingResult res = rp.RenderReport(exportFormat.ToUpper(), _report,deviceInfo);

Any hints appreciated, thank you!
Steve
Telerik team
 answered on 14 Oct 2010
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?