Telerik Forums
Reporting Forum
1 answer
245 views

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?.  

Katia
Telerik team
 answered on 21 Sep 2016
7 answers
316 views

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 
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

Stef
Telerik team
 answered on 21 Sep 2016
3 answers
205 views

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!

Stef
Telerik team
 answered on 20 Sep 2016
6 answers
256 views

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

Stef
Telerik team
 answered on 19 Sep 2016
7 answers
1.6K+ views
Hullo,

I am basically using a wizard to generate report and pretty much of VS2k10's "built in" Designer so looks like this is the appropriate branch to post the report.

I am trying to pick just the first name from the Northwind DB field and looks like split can do so. Well I am trying to use this in the expression editor :

= IIf(IndexOfSubstr(Fields.ContactName, " ") > 0, Split(" ", Fields.ContactName), "False")

Evidently, and that gives me "System.String[]"  but if I try expression as below :

= IIf(IndexOfSubstr(Fields.ContactName, " ") > 0, Split(" ", Fields.ContactName)[0], "False")

I get this message : An error has occurred while processing Report 'DemoReport2': Missing operator before '[0]' operand.

Just to make my self clear I tried this and that works, may be I am missing something ?

System.String[] s = new string[] { "telerik", "reporting" };
Console.WriteLine(s[0]);

Please comment ...

This is the query I am using:

SELECT
    Orders.CustomerID,
    Customers.ContactName,
    Orders.OrderDate,
    Orders.RequiredDate,
    Orders.ShippedDate,
    Orders.ShipVia,
    Orders.ShipCity
FROM Customers INNER
JOIN Orders ON
Customers.CustomerID = Orders.CustomerID

Thanks,
-Aarsh
Stef
Telerik team
 answered on 17 Sep 2016
4 answers
650 views

I 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.

Stef
Telerik team
 answered on 17 Sep 2016
22 answers
1.1K+ views
Hello Guys,
i'm using table to display data from database, but i don't know why all the data of the table is displayed in one page with vertical scrollbar and is not divided in other pages although i'm setting keep together property to false.

any ideas?!!!!
Stef
Telerik team
 answered on 16 Sep 2016
1 answer
212 views

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.

     

Stef
Telerik team
 answered on 16 Sep 2016
2 answers
174 views

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 !

 

Pierre
Top achievements
Rank 1
 answered on 15 Sep 2016
1 answer
556 views

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.

Stef
Telerik team
 answered on 15 Sep 2016
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?