Telerik Forums
Reporting Forum
2 answers
99 views
Telerik.ReportViewer.Silverlight 8.0.14.507

System.Windows.Data Error: BindingExpression path error: 'ExportToolTip' property not found on 'Telerik.ReportViewer.Silverlight.ReportViewerModel' 'Telerik.ReportViewer.Silverlight.ReportViewerModel' (HashCode=3057817). BindingExpression: Path='ExportToolTip' DataItem='Telerik.ReportViewer.Silverlight.ReportViewerModel' (HashCode=3057817); target element is 'System.Windows.Controls.ToolTip' (Name=''); target property is 'Content' (type 'System.Object')..

And my Telerik.ReportViewer.Silverlight.TextResources.pl-PL.resx doesn't work. How can I roll over my localization?
ADM-IT Denis Pujdak
Top achievements
Rank 1
 answered on 06 Jun 2014
1 answer
163 views
I am utilizing the HTML5 Viewer with ASP .Net MVC.  I have a page with a table of records.  Each record has a link to a corresponding report for that row.  It opens this report in a new window.  No problems there.  The problem occurs when I click on another row or on a hyperlink within the open report that links to another report.  Either method attempts to open the new report in the same window.  The URL will change and the screen will appear to try to reload; however, the same report is displayed.  

This same scenario happens in Firefox, Chrome, and IE.

If I copy the new URL from the address bar of the browser and paste in a new tab or window, it opens the expected document.

Any idea why I cannot load a new report in the same window as the existing report?

Thanks,
Scott


Nasko
Telerik team
 answered on 05 Jun 2014
1 answer
117 views
Using the Report Designer the minimum Base Unit for DateTime Scale is Minute.

Is there any way to set as Seconds as Base Unit for 
DateTime Scale Coordinate System programmatically ?

Michele
Ivan Hristov
Telerik team
 answered on 05 Jun 2014
2 answers
221 views
Hi 

I currently have a web application that shows a telerik report.
The report works fine

I needed the reports to be mailed daily at a certain time to relevant people so i created a mailer in a console app that runs at a certain time.

The code i used is below

Dim reportProcessor As New Telerik.Reporting.Processing.ReportProcessor()
            Dim oreport As New cReportLibrary.report
            oreport.ReportParameters.Item("par1").Value = "111"
            Dim Result As RenderingResult = reportProcessor.RenderReport("PDF", oreport, Nothing)
            Dim ms As New MemoryStream(Result.DocumentBytes)
            ms.position = 0


The email sends perfectly fine problem i am having is when i open up the PDF in the email  i get the following error
An error has occurred while processing Report 'CustProfile':

Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from present in the configuration file of your application.
------------- InnerException -------------
Format of the initialization string does not conform to specification starting at index 0.

How could i add the datasource in my console app that telerik will be able to refrence and send the report without an error
Ismail
Top achievements
Rank 1
 answered on 05 Jun 2014
0 answers
110 views
As seen in screenshots attached, the SP is returning data as expected when the ExecuteQuery is clicked:

Unfortunately, once you're returned to the Choose Data Source page of the ReportWizard, only one of the twenty fields shows up:

And similarly on the next page (), only that one field shows up:

What is the issue here?  I've done this MANY times and it isn't working.  It worked fine a few days ago, so I don't know what has changed.  Because of this issue, I'm unable to design my report.

This is a cross-post (originally posted in Reports forum, seems like this may be the more appropriate place for this - please advise).


Thanks,

Jared
Jared
Top achievements
Rank 2
 asked on 04 Jun 2014
1 answer
53 views
As seen in screenshot below, the SP is returning data as expected when the ExecuteQuery is clicked:

Unfortunately, once you're returned to the Choose Data Source page of the ReportWizard, only one of the twenty fields shows up:

And similarly on the next page (), only that one field shows up:

What is the issue here?  I've done this MANY times and it isn't working.  It worked fine a few days ago, so I don't know what has changed.  Because of this issue, I'm unable to design my report.


Thanks,

Jared







Jared
Top achievements
Rank 2
 answered on 04 Jun 2014
5 answers
71 views
Hi,
is it planned to support Windows 8 Xaml and .Net Development for the Reporting tools?

Kind regards
Benjamin
Stef
Telerik team
 answered on 04 Jun 2014
7 answers
254 views
Hello,

When i create a new report. In The wizard you can choose 2 types/

Standard to create a general type of report or
Label if you would like to create a special purpose report such as one for printing labels for mailing envelopes.

I selected the second. (14 labels on the A4-page)

I have this object with properties mostly text

Know one property is a number of labels that is needed to printed

What is the best way to generarte for example 100 labels with the same text ?

thanks
Stef
Telerik team
 answered on 04 Jun 2014
1 answer
221 views
Hi,

Ive been struggeling with an issue for a while now, and thought try to ask for help here.

So my scenario is:

1. Im creating a report in Visual Studio 2013, using the regular VS designer
2. I add a table to the report
3. I add a ObjectDatasource to the table - the object holds a collection, which I choose as member.
4. I then add a grouping, by using the Group Explorer, and ensure that the group has KeepTogether = false.
5. I set KeepTogether = false on the table itself.

So with this procedure I expect to get lines of data, grouped into groupings, and the groups should not pagebreak, even if they cannot fit entirely on the current page.
But this is exactly what happens - no matter what I seem to do, the groups keeps creating pagebreaks, if they cannot entirely fit the current page.

I have attached some screenshots, which showcases the issue.

Thanks in advance :)
Lars
Top achievements
Rank 1
 answered on 04 Jun 2014
2 answers
120 views
Hi, 

I'm using EntityDataSource. The context assigned to datasource is not a type class but a dbcontext instance as my application is managing the dbcontext life cycle on its own. Since the report viewer I'm using is HTML 5 viewer, I have not found a way to determine when the report has been rendered completely. 

My question is, how can the application be notified when Telerik report rendering is done with the dbcontext, so that it can safely dispose the context. 

Thank you in advance. 
Tam
Top achievements
Rank 1
 answered on 04 Jun 2014
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?