Telerik Forums
Reporting Forum
1 answer
120 views

hello,

I need help, please.

I use a classlibrary to store the reports, and I have a web site to call the reports from classlibrary. I have several RESX files in my classlibrary (see classlibrary from attached files), one for each languaje. 

In my web site I have a reportviewer to link each report from classlibrary (see reportviewer from attached files).

To link each report I have this code in my default.aspx.cs:

  Report1 a = new Report1();
  ReportViewer1.Report = a;

I would like translate, for example, all my textboxes with the correct languaje depending on culture (see report1code from attached files).

I saw the help from (http://www.telerik.com/help/reporting/report-viewer-localization.html), but it isn't enough, if I could see a similar example...

I have SQL server 2008, Visual Studio 2008, telerik reporting Q3 2009 (the trial version).

Could someone help me?.

Thank you.


Steve
Telerik team
 answered on 19 Feb 2010
0 answers
81 views
Any news on when we will be able to generate a PDF with clickable hyperlinks?

I checked the forum and following the time line it looks like it was planned last year, but didn't make it.

Randy Miller
TransGuardian
Randy
Top achievements
Rank 1
 asked on 19 Feb 2010
2 answers
125 views

Hi,

I use telerik reporting in my web site. My programming language is c#.
I want to display only some items in "export to the selected format" list of my ReportViewer.
I want to do it without use web.config of my web site, because i have many ReportViewers with differents exports formats.

How i can do it ?  

Thank you for your help.


Franklin Jaures
Top achievements
Rank 1
 answered on 19 Feb 2010
8 answers
156 views
Looking at the example reports that use the silverlight report viewer it seems that the images are being rendered in the background or are being downloaded after the report has been rendered.

Is this a feature? If so is there any documentation for this?

It seems that my report is waiting until the all the images are done loading before displaying anything.

Thanks
Steve
Telerik team
 answered on 18 Feb 2010
3 answers
428 views
Hi,
 i have installed Telerik reporting kit on my system. Now i am trying to add the chart control in toolbox and i have added the dll in my
 visual studio toolbox. Still the control will not get added in my toolbox. Could you please help me to solve the problem?

Thanks
Rahul
Steve
Telerik team
 answered on 18 Feb 2010
1 answer
230 views
I am trying to use the report viewer to display reports, i am setting the property reportviewer.report = rpt, based on the report the user wants to display, however i always get a blank report. Any suggestions, help?

This is the button that calls the report

Private

 

Sub btnQAChecklist_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnQAChecklist.Click

        Dim rpt As New ReconChecklistRpt(_planToPlanUpload.PlanToPlanUploadId)  

        Dim frm As New PDRSReportViewer(rpt)  

        frm.Show()

 

End Sub

This is the code for the report.

Imports

 

System.ComponentModel

 

 

 

Imports System.Drawing

 

 

 

Imports System.Windows.Forms

 

 

 

Imports Telerik.Reporting

 

 

 

Imports Telerik.Reporting.Drawing

 

 

 

Imports System.Data.SqlClient

 

 

 


Partial
Public Class ReconChecklistRpt

 

 

 

 

Inherits Telerik.Reporting.Report

 

 

 

 

 

        Private _PlanToPlanUploadId As Integer

    

 

    Public Sub New()

 

 
               InitializeComponent()

               _PlanToPlanUploadId = 5198

 

 

                Me.DataSource = Nothing

 

 

 

        End Sub

 

 

 

 

 

 

    Public Sub New(ByVal PlanToPlanUploadId As Int32)

 

        _PlanToPlanUploadId = PlanToPlanUploadId

 

        Me.DataSource = Nothing 

 

 

    End Sub

 

 

 

 

 

    Private Sub ReconChecklistRpt_NeedDataSource(ByVal sender As Object, ByVal e As System.EventArgs) HandlesMe.NeedDataSource

 

 

    Dim cn As New SqlConnection(My.Settings.ConnectionString) 

 

    Dim da As New SqlDataAdapter("rpt_QACheckListByPlanToPlanUploadId", cn)

 

 

    da.SelectCommand.CommandType = CommandType.StoredProcedure

    da.SelectCommand.Parameters.AddWithValue(

"@PlanToPlanUploadId", _PlanToPlanUploadId)

 

 

 

    Report.DataSource = da

 

    End Sub

 

End

 

Class

 

 

 

 

 

This is the report viewer form

 

Public

 

Class PDRSReportViewer

 

 

 

 

    Public Sub New()

' This call is required by the Windows Form Designer. 

 

 

        InitializeComponent()

' Add any initialization after the InitializeComponent() call.

 

 

 

    End Sub

 

 

 

    Public Sub New(ByVal report As Telerik.Reporting.IReportDocument)

 

        InitializeComponent()

 

 

        Me.ReportViewer.Report = report

 

 

    End Sub

 

 

 

 

 

 

    Private Sub PDRSReportViewer_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

 

 

        Me.ReportViewer.RefreshReport()

 

 

    End Sub

 

End

 

Class

 

 

 

 

 

 

 

 

 

 

 

Steve
Telerik team
 answered on 18 Feb 2010
0 answers
185 views
Hi, Telerik!

I have one simple question: "How can I format the value such as "223:49" (string or double) to "HH:mm" as Date & Time for further Excel operations with duration time values?"

PS. In Excel and scalc we have the magic format code "[HH]:mm", that give us opportunity to summarize values like "223:49" and "123:45".
ib
Top achievements
Rank 1
 asked on 17 Feb 2010
1 answer
184 views
Hello,

  Is there a possibility to print a subreport transparent, so that the background picture of the main report is visible?

I've set all background colors to transparent (subreport in main report, background of subreport and all textboxes in subreport).
The effect is, that in Web Preview my subreports are rendered transparent, but all printed versions (on Paper, as XPS or PDF) have a plain white background in the subreport area killing the background picture.

I use Telerik Reporting Q3 2009, 3.2.9.1211.

Thanks in advance
  Thomas
Steve
Telerik team
 answered on 17 Feb 2010
0 answers
77 views
Dear Sir, 
                 i have created a report with back ground color for report as well as for report viewer for good looking, but i wanna take print out without the back ground color ( transparent ). Is it possible or not, if it is possible whats the process ?

reply soon.,

With Regards
S.Suriya Narayanan
Suriya
Top achievements
Rank 1
 asked on 17 Feb 2010
3 answers
188 views
Dear Sir,
             I am using telerik report. Till now i have creates above 50 reports. So i wanna give back ground color for all reports using cascading style sheet. It is possible or not? If it is possible how it is? plz reply


With regards
S Suriya Narayanan
Steve
Telerik team
 answered on 16 Feb 2010
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?