Telerik Forums
Reporting Forum
1 answer
150 views
Hi, ALL
i am using Reportviewer as ReportMaking Tool.i tried a lot with Matrix and used ceiling function but i can't achieve it.I want to display Data in Report following manner

My Crieteria:

I Used to Develop An attendence Register for employees.Each Employees have Multiple Login and Logout.

Nw My Issue is I want to Group Each Employees with having his own IN and Out on a particular day he Present.And at the same time since each employees having several login and logout for a particular day.I want to Wrap a matrix after certain columns and display the rest in next line for that day of that employee

ie,

i Want in this format

Employee Name: E1

Present Day 1

IN1 OUT1 IN2 OUT2 IN3 OUT3..........after a particular column it should be wrapped and displayed in next line

IN4 Out4 IN5 OUT5...............this process is continued until all the login and Logouts of tht employees is displayed...

Then

Present Day2

INs and Outs

Present Day3

INs and Outs

After The first Employees

Similar Format is For all the other employees

Can Any one Help in this?
Hrisi
Telerik team
 answered on 02 Aug 2007
2 answers
353 views
I created two groups like
group1 and then a group2 inside now when i created a group 3 it gets added inside of group2 which is fine. but in this case i want to move that group upwards at the very top. The designer does let me drag the group upwards before the group1. How do i go about making it the first group

Thanks
Zeeshan HIrani
miacoviello
Top achievements
Rank 1
 answered on 02 Aug 2007
1 answer
150 views
Hi, I am trying to display different messages based on the results of a field in the table.

There are too many messages to use an IIF in the value property of the textbox.  Is there another way to do this?

I tried using =GetMessage(messagecode) to call a custom function I defined on my report but it did not work as well tried fully qualifying it.

Any assistance would be appreciated.

Michael Iacoviello
Rossen Hristov
Telerik team
 answered on 01 Aug 2007
1 answer
331 views
Is there a known compatibility issue with using Telerik Reporting and Charting in the same web application?

I have an existing web application that uses the Telerik Charting control on a page. The application works great. I tried to add a new web form to the application, with a Report Viewer Control on it. Now I get error when trying to compile the application ‘ChartAxisItem’ is ambiguous in the namespace ‘Telerik.charting’. In total I get about 23 errors, all basically the same (ambiguous) but with different charting properties (ChartSeriesType, ChartSeries, etc) . These errors are on the page that contains the chart. I added a report to the project to assign to the viewer but it’s blank.

I’m not really sure whats happening or why. I assume it has something to do with the Reports control having chart within it. Anyone have any suggestions?

Thanks
Robert
Chavdar
Telerik team
 answered on 30 Jul 2007
12 answers
797 views
Hi,

Can someone point me in the right direction?  I'm looking for a tutorial in how to use the Reporting tool.  I'm trying to design a report that will be ultimately accessed by a web page, and I'm having a frustrating time in trying to figure out how to define a datasource, etc.  The help files are helpful in telling you WHAT can be done, but not HOW to do it.  I've looked at the online demos as well, and that didn't help either.

Help?  Please?
Rossen Hristov
Telerik team
 answered on 30 Jul 2007
5 answers
445 views
Hi,

I have a report with a subreport. The subreport contains some textboxes that may of may not be shown depending on wether they contain data or not. The textboxes that contains data is correctly shiftet upwards (where the textboxes without data was placed) leaving no empty space between the textboxes in the subreport. The problem is that there is a lot of empty space under the textboxes in the subreport. I have tried to set the height of the subreport in it's ItemDataBinding and ItemDataBound events but apparently that is not possible.

private void detail_ItemDataBound(object sender, System.EventArgs e)  
{  
    Telerik.Reporting.Processing.DetailSection detailSection = (Telerik.Reporting.Processing.DetailSection)sender;  
    detailSection.Height.Subtract(new Telerik.Reporting.Drawing.Unit(2.0, Telerik.Reporting.Drawing.UnitType.Cm));  
}  
 
private void detail_ItemDataBinding(object sender, System.EventArgs e)  
{  
    Telerik.Reporting.Processing.DetailSection detailSection = (Telerik.Reporting.Processing.DetailSection)sender;  
    detailSection.Height.Subtract(new Telerik.Reporting.Drawing.Unit(2.0, Telerik.Reporting.Drawing.UnitType.Cm));  

How do I adjust the height of the subreport to fit it's content?

Thanks
Rossen Hristov
Telerik team
 answered on 27 Jul 2007
3 answers
299 views
I using the web report view and i have showprintbutton = true
however hte report does not print correctly. First of all colors wont print and secondly report only prints 1 page and i think that is the last page on the report.

Any advice.

Thanks
Zeeshan Hirani
Rossen Hristov
Telerik team
 answered on 25 Jul 2007
1 answer
179 views
Hello,

I started playing with Telerik Reporting and I was wondering why you don't provide xml files associated to the assemblies. It's very useful to have Intellisense comments to understand how works a class.

You provide those XML file for the ASP.NET RadControls dll, is there a reason for not providing them with the reporting assemblies ?
As far as I know it's only a checkbox to check in the Studio :p

Best regards


Chavdar
Telerik team
 answered on 25 Jul 2007
1 answer
140 views
Hello,

I have found 2 topics that doesn't have working link in the online documentation :

http://www.telerik.com/help/reporting/

Architecture and The Report Viewer API in the contents section.

Best regards
Pierre-O
Rossen Hristov
Telerik team
 answered on 25 Jul 2007
6 answers
411 views
Hello,

I am using the Telerik report viewer for ASP.NET.  I have a DataSet object (.xsd) that I use as the data schema for my report at design time.  At runtime, I fill that DataSet via code and bind it to the report (ResumeReport is my Telerik.Reporting.Report that I'm designing):

ResumeReport report = new ResumeReport();
report.DataSource = dataSet;
report.DataMember = "Users";
reportViewer.Report = report;
reportViewer.DataBind();

I have stepped through the code in debug mode and have verified that the DataSet is populated with data.  I get no build errors, but when the report tries to display, I get:

"The expression contains object 'FirstName' that is not defined in the current context."

"FirstName" is a field in the "Users" table of the DataSet.  I used the DataExplorer to drag the "FirstName" field on to the report, so it is just a TextBox with the value of "=FirstName".  The FirstName text box is in the Details section of the report.

What am I doing wrong?

Vassil Petev
Telerik team
 answered on 24 Jul 2007
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?