Telerik Forums
Reporting Forum
3 answers
120 views
Hi team

i need to ask about feature that is exit in the crystal reports

in crystal reports if the last  record fields doesn't completed in the page
the record transferred to the next page so all the record field will be in one page

is there is any property in the telerik reporting that can do that
Milen | Product Manager @DX
Telerik team
 answered on 14 Aug 2008
1 answer
212 views
Hello all -

I'm currently evaluating Telerik Reporting and am attempting to create a simple chart.  I have a TableAdapter on the reporting surface as well as a Chart control.  When I bring up the ChartUI I am unable to databind it to the TableAdapter (I'm assuming this is possible?).  The following message is displayed: To dynamically populate the chart with data use the NeedDataSource event.

Is it not possible to define the databindings at design time rather than from within code-behind?  I'm sure I'm just doing something silly but if someone could shed some light on my problem that would be great!

Thanks!
Chavdar
Telerik team
 answered on 14 Aug 2008
1 answer
244 views
Hi

I earlier wrote a post on how to do what was almost a cross join and how to print this using Telerik Reporting, this was currently not very easy.

I figured that the best way simply was to load the data into a Object List and the bind the report to the list.
This all works very well however what iam wondering now is whether it is possible to call a function of the object from the report.

        public string getDayShift(int mDay)  
        {  
            foreach(shift mShift in myShifts) {  
                if ((int)mShift.Start.DayOfWeek==mDay) {  
 
                    return mShift.ToString();  
                }  
            }  
            return "";  
        }  
        public string getShift1  
        {  
            get { return getDayShift(1); }  
            set {  }  
        }  
        public string getShift2  
        {  
            get { return getDayShift(2); }  
            set { }  
        }  
 

Currently iam using the two last functions to allow me access to the function from Telerik reporting, however this gives me quite some redundant code.

Is there any way to call this function directly or is this the only way ?
Rossen Hristov
Telerik team
 answered on 12 Aug 2008
5 answers
647 views
I have been searching for the right code to allow Telerik Reporting Q2 2008 to export the contents of a report to Excel without displaying it in an ASP.NET viewer.  I simply need to hit a button in the webapp and email an attached Excel spreadsheet created in Reporting.  Does anyone have some code or an example.  I have successfully done TIFFs and PDFs this way but not XLS.

Thanks in advance.
Doug
Rossen Hristov
Telerik team
 answered on 12 Aug 2008
7 answers
165 views
Hi Team,

    Till now i dont have any problem with reporting.
    But i have a issue with displaying the reporting
    As, i have kept a report viewer in my aspx page and binding data using dataset. I am able to view the data from the report, but the main problem is,.. I am able to see every control two times. like . 6 navigation buttons and  2 print buttons.

Please let me konw where i did mistake.

Thanks & Regards,
Narendra
Rossen Hristov
Telerik team
 answered on 12 Aug 2008
3 answers
81 views

I am using the multicolumn report in the report preview it appears good

but when i view the report with the report viewer in IE only half the report appears in the center of the screen and the remaing of the report doesn't appears 
 

Rossen Hristov
Telerik team
 answered on 12 Aug 2008
5 answers
201 views
I'll admit that I have been lazy and haven't really researched this, but one thing that would be really great is if the Telerik Reporting supported binding reports to an XML datasource.  I currently use ComponentOne (haven't subscribed to them for over a year though) for my reporting component but would love to switch everything I do over to Telerik and use only a single source.  Again, I haven't actually researched this so there *may* already be support for XML Datasources.

Would love to hear if I can do that or not.
Rossen Hristov
Telerik team
 answered on 12 Aug 2008
1 answer
149 views
Hi

I have a database which holds information about employee shifts, i would like to make a report showing one week of shifts using Telerik reporting.

I have no problem making a report that shows data like this

Name    Shift
Morten   15-05-2008 15:00-18:00
Peter       18-05-2008 18:00-22:00

However i would like my result to be something like

Name   Mondag   Tuesdag Wednesdag Thursdag Friday Saturday Sonday
Morten  15:00-18:00                              19:00-22:00

As you may conclude from this my table structure looks something like this

[employee_db] { employee_id, employee_name}
[shifts] { employee_id, shift_start, shift_end }

A secondary issue is that a person may even have two shifts on a single day.

How should this be solved ?
Using subreports for each person for each day ? (seems very inefficient)

Currently using Linq as a datasource.
Rossen Hristov
Telerik team
 answered on 12 Aug 2008
1 answer
133 views
Hi

I have created an aspx site with a RadToolBar, a Grid and a ReportViewer, the idea is that using the RadToolBar either the Grid or the ReportViewer should be shown.

However this does not work, the Grid can easily be hidden/shown however the ReportViewer will not, even placing it in a Panel which is then hidden will not hide the ReportViewer, is this not possible ?
Chavdar
Telerik team
 answered on 12 Aug 2008
17 answers
757 views
I have a sub report that just consists of a detail section. It works fine in the main report but I want KeepTogether to be false for the sub report as it will alwaya move the subreport to a new page if it can't fit (which seems to be a majority of the time. I have set the detail section of the sub report to KeepTogether = false but it doesn't appear to be working. Is this possible?

Also just a comment on the report designer, the flicker and delay is pretty bad (moving controls around on the page). I have a decent machine but the report designer is borderline unusable. As I use it more and more, it is frustratingly slow at times (and jerky). Does anyone else see this (or is it me)?

Jim
Daniel
Top achievements
Rank 1
 answered on 11 Aug 2008
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?