Telerik Forums
Reporting Forum
7 answers
279 views

Hi,

      I'm using telerik reporting Q2 2010 version ,  Is localization possible in silver light report viewer??


thanks,
venkat
Peter
Telerik team
 answered on 25 Jun 2012
9 answers
526 views
Hello

   I am evaluating the Reporting Component in the hopes of replacing Crystal Reports, they support only a subset of the RichText specification ( no super or sub scripts ).  So far I do not see how this is supported at all with Telerik, am I missing it somewhere?  I am using the Q1 2010 version.  I hope it is here somewhere because it appears to be such a nice product in all other ways.

Thanks,
Patrick Brown
Christian
Top achievements
Rank 1
 answered on 25 Jun 2012
1 answer
134 views

I am displaying a Telerik report in a Telerik MVC popup window which is instantiated in client-side code. Everything works fine the first time -- the report appears normally.

But if the window is closed (as it will be) and the user clicks for a second time the button on the page that opens the popup, the popup opens but no report content appears. Here is the client code:


$(document).ready(function () {
  
    $('#printButton').click(function () {
        var printPopup = $.telerik.window.create({
            title: "Resident Account Report",
            contentUrl: '/myApp/ReportPages/ReportPage.aspx' + '?rpt=myReport&ID=' + @Model.id,
            actions: ["Refresh", "Maximize", "Close"],
            height: 600,
            width: 1100,
            modal: true,
            resizable: true,
            draggable: true,
            scrollable: false,
            onRefresh: function () {
                var myWindow = $(this).data('tWindow');
                myWindow.center().open();
            }
        });
    });
});
Milen | Product Manager @DX
Telerik team
 answered on 25 Jun 2012
3 answers
442 views
Good afternoon,

I'd like to request your help on something I've been trying to do but haven't succeeded yet.
I need to create a few reports and need to provide them in a website (asp.net), where we also used telerik controls (we have recently upgraded to 2012 Q1)
Not all users will have access to all reports and there will be a menu built according to the user's permissions.
I was thinking ofstoring the report in a sql server (we use microsoft sql server 2008) database, so that the project won't need to be compiled everytime a new report is created.
I suppose i would have to store the project's dll in a varbinary(MAX) field.
My biggest doubt is how i set the report viwer to load the dll i stored in the database.
I've tried this:
            string reportName = @"Colaboradores.MapasFerias, Colaboradores, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";

            
            System.Type reportType = System.Type.GetType(reportName);

            IReportDocument report = (IReportDocument)Activator.CreateInstance(reportType);
            this.ReportViewer1.Report = report;
I know this is not going to the database, but it was just an experiment.... In this case reportType allways returs null...
I have a separate project where i create my reports and, like i said, i'd like to store them  in a database.

I have no idea how to set the report viewer to open a dll... Could you please help me?
Thank you very much!

looking forward to hearing from you,
António
AvgurD
Top achievements
Rank 1
 answered on 22 Jun 2012
2 answers
115 views
Hi everyone,

i've discovered a problem and would like to know, if this is an error on my side, or if anyone can reproduce it.

Here the HTML code:
<p style="margin: 0px 0px 0px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px;">
<span style="font-family: 'MS Sans Serif';font-style: normal;font-size: 11px;color: #000000;background-color: #FFFFFF;">Test for the missing </span>
<span style="font-family: 'MS Sans Serif';font-weight: bold;font-size: 11px;color: #000000;background-color: #FFFFFF;">character</span>
<span style="font-family: 'MS Sans Serif';font-style: normal;font-size: 11px;color: #000000;background-color: #FFFFFF;"> at the end of a bold span</span>
</p>

When i put this into the expression editor (in html view) and switch to design view, everything looks find. But when the report is rendered, the last character of the bold part of the code (in this case the letter 'r' in the word 'character') is gone.

Waiting for you observations ;)

Regards,
Michael
Michael Hilgers
Top achievements
Rank 1
 answered on 22 Jun 2012
0 answers
87 views
Hi,
How to create line chart in telerik reporting using VB code
Gunasekar
Top achievements
Rank 1
 asked on 22 Jun 2012
1 answer
136 views
hello,

Do you plan to add a report item to show spatial data ? For example in sql server reporting service we can add a map item and show spatial data from a data source. i know i can insert an image but it is not handy.


Thanks in advance
sebastien
IvanY
Telerik team
 answered on 21 Jun 2012
1 answer
193 views
I have a Crosstab that is displaying data from a SQL data source. The data is grouped by the field FacilityID. I have a report parameter Facility that is a multiselect dropdown populated from another SQL datasource. How can I filter the Crosstab based on the selections in the Facility dropdown? When editing the filter property of the Crosstab it does not show the fields associated with that DataSource.
Peter
Telerik team
 answered on 21 Jun 2012
1 answer
225 views
Hi,

how can I extract the number of rendered pages from a Telerik.Reporting.Report ?
The idea is to check via a unit test if no empty pages are generated by a report.
(E.g. report with known data has 2 pages. Changing the layout later on causes an empty page. Report has now 3 pages, unit test detects this problem.)

Regards,
Marco
Peter
Telerik team
 answered on 21 Jun 2012
2 answers
231 views
Hi.
I made a report. It is very simply report, without no calculation no aggregation, only displaying data.
Storage procedure as a data source need 7 seconds to display 14.000 rows, but telerik report needs 3 minutes.
I read this article, but nothing described helped. Is any other possibility to improve report rendering?

--
Daniel
Daniel
Top achievements
Rank 1
 answered on 21 Jun 2012
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?