Telerik Forums
Reporting Forum
1 answer
81 views
Hello,

I have a report that renders correctly with embeded HTML in a textbox on the Telerik Web Report Viewer but when exported to PDF the HTML markup is shown.

Any ideas on a workaround?

Current version we're using is Q3 2007 Reporting suite.

Thanks!

-Allen
Steve
Telerik team
 answered on 18 Dec 2008
4 answers
533 views
Hello,

I'm a absolutley newbie in Telerik-Reports and need your help :-). I created a new Report with a new BusinessObjects, createt Textboxes with the Wizard (labelsGroupHeader, textboxes in the detail-area).

I try to create the Report as follow:
- Load my Business-Object
- Create a Report-Object (with the Business-Object oDT)
- Then I bind the Object as Datasource

        public Report_SAP(object oDT)
        {
            InitializeComponent();
            this.DataSource = oDT;
        }

-Then I show the Report in a Viewer:
ReportViewer.Report = oReport;

But, as soon I have Data in my Business-Object (its a typed DataTable) the report is empty (blank page). When the BO is empty, the page is not empty (footer is shown).

Can somebody help me??

Thx
Bruno



intrasoft
Top achievements
Rank 1
 answered on 18 Dec 2008
3 answers
186 views
Hi,

are there any suggestions/best practices for integration of Telerik Reporting with WPF applications.

OR: Will there be a "WPF Viewer" in one of the next releases?

/BB
Steve
Telerik team
 answered on 17 Dec 2008
4 answers
210 views
I noticed that we have the ability to access the datasource of a report (which in our case is a dataset that we set outside of the report) from inside functions like ItemDataBound, etc. How do we access the datasource from inside of User Defined Function that we create inside of the report for use when the report is rendering?
Adam
Top achievements
Rank 1
 answered on 16 Dec 2008
1 answer
592 views
We have been using Telerik Reporting for the past several months.  We were able to create a filtered options type report programmatically using a database object as a source.  Our goal is to leverage our hard work by using the two custom reports in SQL Server Reporting Services.  Can Telerik Reporting output (.rdl?) be used in SSRS so we can email reports to our clients?  We wish that Telerik Reporting had the functionality of SSRS and we can only hope that you will in future releases provide all the key features that SSRS allows for (subscriptions, snapshots, automated email delivery, etc.).  Thanks for your help.
Steve
Telerik team
 answered on 16 Dec 2008
1 answer
56 views
I am developing a new report using 2.9.8.1209.  I am making "squares" that will contain textboxes so it appears there is 1 large textbox with many smaller textboxes within it.  I am doing this by creating 4 long and thin textboxes on each side with border set set to 1 point on the inside edge of the box.  This renders properly in IE 7 and 8 and exports properly to excel and pdf from both.  The thin boxes are not visible in firefox, though they do export in both formats properly from firefox.  I am not sure if this is a bug, or if there is a better way to accomplish this task with Telerik reporting?  I can provide a code sample to telerik if necessary.  I have linked below to relevant screen shots. 

Thanks for any help anyone can provide.

-Joel
Visual Studio Designer
ie with lines
Firefox No Lines


Steve
Telerik team
 answered on 15 Dec 2008
3 answers
453 views
Is there any example documentation on how to change the colors of say, the pie chart?

Thanks!
Steve
Telerik team
 answered on 15 Dec 2008
1 answer
73 views
There has been mentions in the past of supporting the Report viewer in DNN.  Is this going to happen any time soon?  I need to generate legal documents (reports) in DNN.  If there are no imminent plans to support DNN do you have any suggestions on  how to generate such documents in DNN?

Does the Reporting functionality work with your new OpenAccess ORM?
Steve
Telerik team
 answered on 15 Dec 2008
1 answer
109 views
Hello,
we are evaluating the Telerik-Report-Control. In our Website we want to Export a Report in PDF-Format. The Users are only allowed to export in PDF.

In de ExportGroup-Combox there are different Export-Types. Is it possible to configurate these items? That only the PDF-Export is available?

Thx a lot for your help!

Bruno
Steve
Telerik team
 answered on 15 Dec 2008
8 answers
644 views
I have a pop-up web page that shows Product information and have added a print button to the page that allows the user to print this info.  I do not want a report viewer to show when the user clicks this Print button, just open the print dialog, user makes choices and then prints the report.
I have the report viewer on the same page that shows the Product Information in a hidden <div> tag, like this:
    <div style="display:none;">  
        <telerik:ReportViewer ID="ReportViewer1" runat="server">  
        </telerik:ReportViewer> 
    </div> 

All default properties have been taken for the ReportViewer, nothing has been changed.  The report datasource is set in the code-behind (see code below).

When the user clicks on the Print button this is the code that is executed:
    Protected Sub btnPrint_Click(ByVal sender As ObjectByVal e As System.EventArgs) Handles btnPrint.Click  
        Try 
            Me.ReportViewer1.Report = New ShowPartInfoRpt  
            Me.ReportViewer1.Report.DataSource = Me._ProductInfo  
            Dim printScript = String.Format("{0}.PrintReport();"Me.ReportViewer1.ClientID)  
            Me.ClientScript.RegisterStartupScript(Me.GetType(), "ReportPrint", printScript, True)  
        Catch ex As Exception  
           'Generic error handling routine here, not shown  
        End Try 
    End Sub 

So I am setting the report viewer source to the report, then set the datasource for the report to a datatable. This datatable has 1 row in it.  I have stopped the code in debug mode and see the values in the datatable.  When the print dialog appears, the adobe preview window shows nothing, and printing the report prints a blank report.

What am I missing?

Thanks!
Steve
Telerik team
 answered on 15 Dec 2008
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?