Telerik Forums
Reporting Forum
1 answer
406 views

I've unpackage on of my report to the trdp file. 

After i loaded report this report at run time (from the same Application) it seems fails to use my custom fuctions.

for example a static method from names  itr.tms.reports.helper.concate used in for value as

=itr.tms.reports.helper.concate('*',Array(someomefield))

results following error. 

 

is it possible to use Custom function in trdp files?

Stef
Telerik team
 answered on 11 Jul 2016
1 answer
74 views

Is there any external format for telerik raporting which we can embedded into report at runtime?

if there is :

Is there any UIEditor for these format we can emdeded int ouer WPF porgramm to enable user to edit the Documents in this format?

Katia
Telerik team
 answered on 11 Jul 2016
5 answers
328 views

Hello folks,

I created a Windows Form application, and embedded my report on it with Report Viewer Form. I have downdrill crosstabs and graphs on this report.

Problem is, when click ToggleVisibleAction mark on my report to expand the tab, it refreshing all of report and returning view to top of the report/page, which is really annoying if table has too many rows. I want to disable this refreshing thing.

Is there any setting or property to disable this and refresh the table/graph dynamically?

 

By the way, the report all made in VS designer and edited little on C# side.

 

Hopefuly you can solve my problem :)
Thank You!

Regards.

Nasko
Telerik team
 answered on 11 Jul 2016
3 answers
154 views

Shouldn't the page footer print on every page even if I'm using a ReportBook?

 

In the end I'm going to combine 2 different reports but for testing this I'm just adding 1 report twice (or more, the page footer only shows on the last page).

 

This is my code, am I doing something wrong?

 

Imports Telerik.Reporting

Partial Class MA_PrintPreview
    Inherits System.Web.UI.Page

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Dim report As New Reports2.ContractNew
        report.ReportParameters(0).Value = Me.Request.QueryString("PlanID")

        Dim reportBook As New ReportBook()
        reportBook.Reports.Add(report)
        reportBook.Reports.Add(report)


        Dim instanceReportSource As New Telerik.Reporting.InstanceReportSource()
        instanceReportSource.ReportDocument = reportBook
        'ReportViewer1.Report = report

        ReportViewer1.ReportSource = instanceReportSource

    End Sub
End Class

Warren
Top achievements
Rank 1
 answered on 08 Jul 2016
3 answers
257 views

Hi guys,

any suggestions on how to achieve the following:

- When exporting a report to word some of the paragraphs (telerik report text boxes) marked as having Word Styles (Heading 1/2/3...)

- When exporting a report to word some of the paragraphs (telerik report text boxes) marked as Word Numbering/Bullet.

Katia
Telerik team
 answered on 08 Jul 2016
1 answer
217 views

Hi,

We have main report which will fetch data from db and display it in report. when user click on data row we are navigating to another report.

In our another report we have to show filtered data of main report.

We don't  want to re fetch same data again  from db.  So how we can pass main report datasource  to another report ?

What  is the best way to implement. we are using 2015 q3

 

Nasko
Telerik team
 answered on 08 Jul 2016
1 answer
248 views
Hello. How can I disable the borders around the detail section visible only when exported into PDF? It is not enabled in the designer, so I dont understand, why it can be seen in the preview or when it is exported into PDF. When printed out, top and bottom borders of the detail section are printed (sides are not). See the attached screenshots of the exported pdf. Thank you
Nasko
Telerik team
 answered on 08 Jul 2016
1 answer
224 views

Hello,

   We are currently having a problem seeing the design view on one of our existing reports in Visual Studio 2015, all that shows up is the options(attatched) when we click on it. None of the options load up the designer view, along with any options on the menu for these options. We have tried going through the Upgrade Wizard process and building many times but that didn't help either. We are currently using Telerik Reporting Q3 version 9.2.15.1126.

Nasko
Telerik team
 answered on 08 Jul 2016
1 answer
127 views

I am attempting to replicate the Sales Dashboard demo report in that you have a line chart within the pivot table.

I have a simple dataset that has my categories of items as row data and the months as columns. The pivot table is reporting all data properly.

I create a line chart outside of the pivot table and it displays correctly in that all categories are plotted on the chart. I then move that chart into cell within the pivot table.

Upon preview, for each row, the chart is displayed but shows all categories rather then the data for the category row. 

It appears that there is no "filter" being passed into my chart. I have attempted to review how you did this in your example but can't seem to figure it out.

Would it be possible to get some screen shots showing what needs to be done to pass the current rows "ID" into my chart to filter it?

Note that going back and forth between my report and your sample causes the properties windows to collapse so it is easy to loose where you are looking in the properties section.

Any help would be really appreciated. Thanks.

Nasko
Telerik team
 answered on 08 Jul 2016
2 answers
172 views
Why one field not appears if I insert it in ReportHeaderSection?
Dario Concilio
Top achievements
Rank 2
 answered on 08 Jul 2016
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?