Telerik Forums
Reporting Forum
1 answer
217 views
Hi,
I am trying to bind data to pie chart and bar chart. But when I click the Charts Properties Window's Data Item, it will automatically close. I cannot open the Data Tab of the Chart Property window. I am using asp.net web application. Please Find a suitable solution for my problem. And also I am using SqlDataAdapter and when I click the reports datasource property, i cannot find the sqldataadapter. So I set the datasourc property of the report in the code. please give me a solution for this also. Its very urgent.

Revathy
Chavdar
Telerik team
 answered on 01 Jun 2007
1 answer
181 views
Hi, i'm evaluating your Reporting engine and I would like to know if it is possible to do this in my application and how:

- Have an empty or template report in my application;
- create the report content in runtime (run a query against the database and put some of the returned data in the report);
- export the report to pdf;
- send the pdf by e-mail

Thanks.
Svetoslav
Telerik team
 answered on 31 May 2007
1 answer
98 views
Hi,

Please give me a solution to apply hyperlink on the report
Vassil Petev
Telerik team
 answered on 31 May 2007
3 answers
146 views
the link http://www.telerik.com/productfiles/FITQ/TelerikReporting_Manual_Q1_2007.chm
is broken.
I can't download the chm file...
Vassil Petev
Telerik team
 answered on 31 May 2007
1 answer
101 views
This is more a FYI thank a bug I guess, as I'm used to MS RS which doesn't appear to do this but Telerik Reporting does.

I print a Print date on the top of reports using =Now()
In MS RS this stays consistent throughout the report.
In Telerik Reports 1.0 it appears as if the value is evaluated per page as I just had a long running report where the time field incremented on each page.

I guess the simple way round it is store a variable in code behind and use this if it is a concern.

Svetoslav
Telerik team
 answered on 31 May 2007
1 answer
159 views
When will the serive pack that fixes the installation on 64 BIT OSes be released?  I can't eval this product until then, and it looks very promissing..
Svetoslav
Telerik team
 answered on 31 May 2007
5 answers
225 views
Support,
I am going to export Telerik Report into pdf file, and then open it in the browser. The following is what my codes:

        Dim report As New Report1()
        Dim mimetype As String = String.Empty
        Dim extension As String = String.Empty
        Dim encode As Encoding = Nothing
        Dim buffer As Byte() = ReportProcessor.Render("PDF", report, Nothing, mimetype, extension, encode)
        Dim fs As New IO.FileStream("C:\temp\a.pdf", IO.FileMode.Create)
        fs.Write(buffer, 0, buffer.Length)
        fs.Flush()
        fs.Close()

Result:
1. On the line (Dim buffer...), error "Use the "new" keyword to create an object instance", please help.
2. How do I open the pdf file in browser or RadWindows? (I am not good in javascript and my application must use the pdf temp file rather than direct showing pdf in browser)

Benson.

Chavdar
Telerik team
 answered on 30 May 2007
1 answer
212 views
Does anyone know who to make the report control work with VS vb.net?

I am really confuesed over this product the doucmentation seems to be lacking a bit.

If someone could explain even if it will work that might be a little more postitive than what I am experienceing.

RTW
Vassil Petev
Telerik team
 answered on 30 May 2007
3 answers
261 views
Hi All,

I am very new to Telerik Reporting. I dont know how to use this control. Please give me a demonstartion link that shows how to generate reports
Chavdar
Telerik team
 answered on 30 May 2007
1 answer
152 views
Hello, i need some help

In my report i have the next query

SELECT        TOP 100 Me_Sicex.FOLIO, Me_Sicex.PERMISO,  Me_Sicex_Dtl.DESCRIPCION
FROM            Me_Sicex INNER JOIN
                         Me_Sicex_Dtl ON Me_Sicex.FOLIO = Me_Sicex_Dtl.FOLIO

I want to make a group for the three data fields, but when i show the report i doesn't make the group correctly.

In the group options i put the three fields but i don't see it works correctly.

Then i group it in the sql query analizer and it group them right. Here is the query:

SELECT        TOP 100 Me_Sicex.FOLIO, Me_Sicex.PERMISO, Me_Sicex_Dtl.DESCRIPCION,
FROM            Me_Sicex INNER JOIN
                         Me_Sicex_Dtl ON Me_Sicex.FOLIO = Me_Sicex_Dtl.FOLIO
group by Me_Sicex.FOLIO, Me_Sicex_Dtl.DESCRIPCION, Me_Sicex.PERMISO

What am i doing wrong??

Need Help Please!!!

Sorry for my bad english.
Ivan
Telerik team
 answered on 30 May 2007
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?