Telerik Forums
Reporting Forum
1 answer
198 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
148 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
244 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
132 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
77 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
87 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
304 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
252 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
152 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
3 answers
68 views
I'm trying to add some text to the top right corner of my report but it's causing the size of the corner to grow absurdly tall. My reports are completely dynamic but I'll narrow it down to one specific case. It has one row group and one column group that has a child. I set the corner like so

table.Corner.SetCellContent(0, 0, new TextBox
{
    //Value = "Sum",
    StyleName = "HeaderCell",
​     Height = new Unit(1),
     Width = new Unit(1),
    Style =
    {
        VerticalAlign = VerticalAlign.Top
    }

}, rIndex, cIndex);


Where rIndex and cIndex are the number of rows and columns (2 and 1 in my example). It works perfectly with the code above but if I simply uncomment the Value to try to get it to say "Sum" the Corner grows huge. Like 5 inches of blank space. I've checked in the debugger and none of my Height values have changed. Everything is set to what I specifically set it to. Please keep in mind I won't be using the designer.
Sarah
Top achievements
Rank 1
 answered on 03 Jun 2014
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?