Hi,
I had generated report using Telerik table wizard control. But i could not able to introduce pagination in the table wizard. How can it be possible?.

I'm trying to place html into an HtmlTextBox and I'm getting the error:
"An error has occurred while processing HtmlTextBox 'htmlTextBox1'.
unexpected DTD declaration. Line 1 Position 9."
This message is rendered in the report.
The html being placed is :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<A xhtml1-transitional.dtd?? DTD xhtml1 TR www.w3.org http:><HTML'>http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html</A> xmlns="<A www.w3.org http: xhtml?? 1999><META'>http://www.w3.org/1999/xhtml"><head><meta</A> http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled</title><style type="text/css"><BR>.p_778AAEB1 { margin: 0px 0px 10px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } <BR>.s_E6FD2046 { font-family: 'Verdana';font-style: Normal;font-weight: normal;font-size: 16px;color: #000000; } <BR></style></head><body><p class="p_778AAEB1"><span class="s_E6FD2046">Some Sample Text</span></p></body></html><BR>This html was actually generated by the Telerik Silverlight 'MSWordEditor' and then converted as follows:
public string RadDocumentToString(RadDocument doct) { IDocumentFormatProvider htmlProvider = DocumentFormatProvidersManager.GetProviderByExtension(".html"); byte[] buffer = htmlProvider.Export(doct); UTF8Encoding utf8 = new UTF8Encoding(); string text = utf8.GetString(buffer, 0, buffer.Length); return text; } Does anyone have an idea of what might be happening?
TIA
I need to include Rad Document( or a PDF or a DOCX) in a Telerik report. The document is stored as varbinary in a database as a column in the rows. This document is a table that was originally created in a RadRichTextEditor control. I need this table to show up in my report as part of the detail section associated with each of those rows.
I keep running into road blocks attempting to work around the fact that there appears to be no means of using the Telerik products to render Telerik content in a Telerik report. I can find no means of getting this content into the report.
Has anyone else run into this issue? If so, will you please share your solution to this problem?
Thank you!
Hi,
We are able to see data in Telerik Report Viewer in IE v8.0 but not in IE v11.0. It just displays the Report Viewer Toolbar on top.
Any help would be greatly appreciated !
Thanks,
Rahul B
= IIf(IndexOfSubstr(Fields.ContactName, " ") > 0, Split(" ", Fields.ContactName), "False")= IIf(IndexOfSubstr(Fields.ContactName, " ") > 0, Split(" ", Fields.ContactName)[0], "False")System.String[] s = new string[] { "telerik", "reporting" };Console.WriteLine(s[0]);SELECT Orders.CustomerID, Customers.ContactName, Orders.OrderDate, Orders.RequiredDate, Orders.ShippedDate, Orders.ShipVia, Orders.ShipCityFROM Customers INNERJOIN Orders ONCustomers.CustomerID = Orders.CustomerIDI am finding the documentation really complicated. How can I create a class to be used as an objectdatasource? When I ran the wizard I put in my class but it didn't show any of the fields. So here is my class. How can I turn this into an objectdatasource?
public class MyClass
{
public MyClass()
{ }
public Guid Id;
public string Name;
public string Description;
}
It's bigger than that, but that's the gist. I want to create a table that will list each of the items in a list of MyClass.
Hi,
I'm trying to build a proof of concept for aspnet core application that use Telerik Reports. I'm using Visual Studio Update 3 and aspnet core RTM.
I followed this article http://docs.telerik.com/reporting/mvc6nugetpackages and I couldn't reach.
My questions are:
1. Do you have nuget packages for the Telerik Reports for MVC6 that is build for aspnet core RTM.
2. How can I get them as trials to build my proof of concept.
Hi,
Visual Studio 2013 Impossible to get controls from toolbox Telerik.Reporting since i have updated my telerik Library from telerik control panel.
I have try, to do "Telerik --> Telerik Reporting --> Upgrade Wizard" and Nothing new : toolbox for report controls (table, label, etc...) are always locked.
Somebody have idea ?
THANKS for your help !
Hi,
For past couple of days I am struggling with creating a report that has multiple group by columns using a List control. I have also checked tutorial links but still not able to make the desired behavior to work in my report. I am attaching a sample trdx report due to data sensitivity in my actual report. I am also attaching the snapshot containing desired format for List control. I am not sure whether I have used the correct/better approach for my scenario.
Thanks for your help in advance.