Telerik Forums
Reporting Forum
1 answer
71 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
81 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
286 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
240 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
141 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
64 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
1 answer
194 views
I am using VS2013 to design my report which I am then using in a MVC4 app with the HTML5 Report Viewer.
I have an objectDataSource which returns a list of object which have a total, name and a colour.
I can get the graph up but I don't see how to make each bar on the graph become the colour I have set in the object.
Also the series seem to be out of order

Is there a way to do this?

Nasko
Telerik team
 answered on 03 Jun 2014
1 answer
1.0K+ views
hello,
how do I hide a column in a table, depending on the parameter value?

grateful,

Carlos Carvalho
Stef
Telerik team
 answered on 03 Jun 2014
4 answers
987 views
Hi,

is any possibility to start telerik report (in wpf) with zoom to set into "fit width"?
Stef
Telerik team
 answered on 02 Jun 2014
1 answer
62 views
I would like to be able to 'save' a report from the web backend and 'load' it in a WPF client app to print it.
I only know about the serialization and deserialization of reports using ReportXmlSerializer but this is saving \ loading report definition (without fields).

Is this possible with Telerik Reporting?

Stef
Telerik team
 answered on 02 Jun 2014
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?