Telerik Forums
Reporting Forum
1 answer
80 views
Hi,

Please give me a solution to apply hyperlink on the report
Vassil Petev
Telerik team
 answered on 31 May 2007
3 answers
122 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
67 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
137 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
197 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
160 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
228 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
115 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
1 answer
193 views
I noticed when trying to build a report and adding an oracle connection that it only sees the stored procs.  Is there any way to call a package using the design view?  I'll try and test it using code.

Svetoslav
Telerik team
 answered on 28 May 2007
3 answers
547 views
I have a groupFooter textbox which I am trying to display the Total amount of money for a group.

I cannot figure out the expression value to set to get it to format correct.  I'd like to use ToString('$#,0.') and this is what I have but it is giving a IFormat error.

textbox.Value = CINT(SUM(FundingValue)).ToString('$#,0.');

gives: Object of type System.String cannot be converted to System.IFormatProvider.  (guessing CINT cast didnt work?)

textbox.Value = SUM(FundingValue).ToString('$#,0.');
gives Cannot interpret token '.' at position x.

FundingValue is of type decimal.

Any help appreciated.

Regards,
Jason


Svetoslav
Telerik team
 answered on 28 May 2007
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?