Telerik Forums
Reporting Forum
1 answer
119 views

Html text box displayed this sample,
<html><div>
<p style="text-indent: 0cm; margin: 0cm 0cm 0pt"><strong><font size="1" face="Arial"><span style="font-size: 9pt; font-weight: normal"> “Omurgalıların embriyonik gelişmesi sırasında, sırt mezoderminin sırt ektodermini etkilemesiyle sinir sistemi oluşur.” hipotezini kuran bir bilim adamı, “Embriyodaki sırt mezodermi ile karın mezoderminin yeri değiştirilirse, karın ektoderminden de sinir sistemi oluşabilir.” görüşünü ileri sürüyor.</span></font></strong></p>
<p style="text-indent: 0cm; margin: 0cm 0cm 0pt"><strong><font size="1" face="Arial"><span style="font-size: 9pt">Buna göre, bilim adamı bilimsel çalışmanın hangi aşamasını gerçekleştirmiştir?</span></font></strong></p>
</div>
</html>

but, did not display this sample. Why?
<html><div>

<p style="margin:0cm;margin-bottom:.0001pt;text-indent:0cm"><b><font size="1" face="Arial"><span style="font-size:9.0pt">Biyolojinin dallarından olan
fizyoloji, aşağıdakilerden hangisini <u>incelemez</u>?</span></font></b></p>

</div>
</html>

How can I do? (these html codes converted via MS Word)

Steve
Telerik team
 answered on 27 Apr 2009
1 answer
99 views

 

Hi,

I'm trying to export RadGridView data to a teleric report. I found the RadGridReportingLite sample project on the teleric website and have been playing around with it. My question for anyone of you that have used it or designed it is -  can i tweak the radgridReport class to include items in the gridSummaryRow collection or do i need to add a custom row to my grid which will perform aggregation ?

Thanks in advance
Anisha
Martin Vasilev
Telerik team
 answered on 27 Apr 2009
1 answer
132 views
I created a report in Q3, and reading a number in from a field, what I would like to do is format the number like this

if the number is > then 8 digits, format it like this ### ### ###

if it is <= 8 digits format it like this #### ####

how would I do this, I am new to all of this and still learning please guide me in the right direction, or maybe a video or certain page in the manual would be great.

thanks in advance

Pete
Steve
Telerik team
 answered on 27 Apr 2009
0 answers
162 views
Hello, my name is Silvia and i have a question.
I'm using pie chart and I want to make slices of cake in pie of a different color depending on a field of dataset. The color I want is a field of the dataset. How can I do? 
Thanks for your help,
Silvia
SIlvia
Top achievements
Rank 1
 asked on 27 Apr 2009
5 answers
174 views
Hello,

I was trying the Export programmatically from the documentation http://www.telerik.com/help/reporting/programmatic-exporting-report.html.

Then I encountered this error NotImplementedException unhandled by as user code.
at Telerik.Reporting.Processing.ItemFactory.CreateItem(ReportItemBase itemDef)    at Telerik.Reporting.Processing.ReportProcessor.ProcessReport(Report reportDefinition)    at Telerik.Reporting.Processing.ReportProcessor.Render(String format, Report report, Hashtable deviceInfo, CreateStream createStreamCallback, String& documentName)    at Telerik.Reporting.Processing.ReportProcessor.Render(String format, Report report, Hashtable deviceInfo, String& mimeType, String& documentName, String& extension, Encoding& encoding)    at Telerik.Reporting.Processing.ReportProcessor.Render(String format, Report report, Hashtable deviceInfo, String& mimeType, String& extension, Encoding& encoding)    at MyReportViewer.PDF.Page_Load(Object sender, EventArgs e) in D:\Documents and Settings\ajs\My Documents\Visual Studio 2008\Projects\MyReportViewer\MyReportViewer\PDF.aspx.vb:line 12    at System.Web.UI.Control.OnLoad(EventArgs e)    at System.Web.UI.Control.LoadRecursive()    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

My goal was to try to make FontEmbedding flexible during export instead of hardcoding in webconfig. User can have their choice to either embed or not to embed the Arial Unicode. This will give more flexibility for pdf export.

I tried to search for this error but I cant find any reference, may I know whats the cause of the error, or do you have any working sample project that use the fontembedding.

Thanks


Steve
Telerik team
 answered on 27 Apr 2009
8 answers
505 views
I am currently using the RadControl for ASP.NET for grids, charts, sliders, etc.  We did not purchase the Telerik reporting.  Before I try to fight to purchase it, I want to ask a question:  with Telerik reporting, can I export mutiple reports to one pdf file?  For example, I would have an application that allows you to run 3 or 4 different reports.  If the person chooses to run 3 of them, can they then choose to send all of the chosen reports to one pdf file?  If they can, could they also include the charts that would appear on the same page?
Amy
Top achievements
Rank 1
 answered on 24 Apr 2009
2 answers
619 views
I'm trying to access data programmatically (after it's already bound) and I'm not sure where to start (I'm very new to Telerik Reporting).  I know from within the report designer I can use Fields.[FieldName] to access a specific column from the current row being displayed; what I'm looking for is something equivalent I can access programatically.

The reason I would like this capability is because I have to dynamically create different Textboxes in my detail section, since different records require a different layout.  I was unable to find what I'm looking for in the documentation or by searching (perhaps I just don't know the correct terminology), so any help is appreciated.

Thanks!
turntablistlp
Top achievements
Rank 1
 answered on 24 Apr 2009
1 answer
124 views
I am once again investigating a reporting tool for 2 projects that are currently underway.  I looked at Telerik Reporting a while back, I loved it, but the way that Page Headers were handled was a deal breaker.

According to the "Understanding Report Sections" docs:

"It is possible to suppress the printing of the Page Header section on the first and last page of a report."

Is it still the case that even when printing is suppressed on the first page, the white space corresponding with the size of the section still exists? 

Thanks,
John
Steve
Telerik team
 answered on 24 Apr 2009
1 answer
96 views
Hello,

Is there any way to export a report in swf format, or at least to integrate a pdf file into a swf file? Has anybody such a problem?

thanks
Steve
Telerik team
 answered on 24 Apr 2009
2 answers
75 views
Hi,
I have a text that is to long to fit, is it possible to render it on two lines?
ChartSeries s = new ChartSeries(); 
s.Type = ChartSeriesType.Bar; 
ChartSeriesItem item = new ChartSeriesItem(); 
item.Name = "This text is way to long to fit!"
chart1.Series.Add(s); 

I think I have read it somewhere but I cant find it now!

/Mattias
Steve
Telerik team
 answered on 23 Apr 2009
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?