I am new to the forums and we are just about to purchase the reporting module. I am just looking to see if there are any exaples, or ideas of how to create a month report, which shows items for each day?
Basically I have an application which has a bunch of items with a scheduled date. The order, and the time do not matter, just the names of the items displayed for each day, and looking like a full calendar. So even days with nothing would be displayed.
I am creating this so I can print it off and leave it on location of what days certain projects have to start etc.
Hope this akes sense and thank you in advance for your help!
Jase
13 Answers, 1 is accepted

I'm trying to build a table/board where I have 1 column for items and the other are for the months. What I'm trying to do is a report for those items and to be able to compare the data between the months.
Best Regards,
João Machado
Take a look at the following blog post that elaborates on your inquiry: Creating a Calendar Report with Telerik Reporting.
All the best,
Steve
the Telerik team

What I want is something like this
Product Jan Fev Mar Apr May Jun Jul Aug Sep Oct Nov Dec
ABC123 1 0 0 1 2 0 0 0 0 0 1 0
DEF456 0 1 0 3 1 0 1 0 0 0 1 0
Best Regards,
João Machado

I'm trying to do the same, do u have any solution please?
Thanks,
Manar
We've already provided you with a possible solution of creating a calendar type of report item using the CrossTab item. If our sample in the referenced blog post does not fit your scenario, it is up to you to modify it according to your needs.
Greetings,
Steve
the Telerik team
HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

I just want to do something like the attached image, I need a Row with all days in every month and a column with the months in each year...
I am using the crosstab component
Thank you,
Manar

Thanks,
Manar
Have you tried the crosstab item?
You can add a row group with month grouping and column group day with grouping by day.
Another option is to add a report group with month grouping and add the table to the group header/footer section then you can bind the Table.DataSource property with binding as shown in the following example:
Property |
Expression |
DataSource |
=ReportItem.DataObject |
You may find useful the Understanding table cells, rows and columns help article.
Greetings,Peter
the Telerik team
HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

Thanks for your reply.
I'm using the "Crosstab" and I have parent row group by Year, then child row group by Month, and column group by day...
this is fine, but I still have 2 requirements:
1-if the data itself doesn't have all the days in month or all the months in year, it will not show up...
if there is no data with day 3 and 4, or there is no data with month Feb or May. so I just get
1| 2| 5|
Jan
March
April
June
so there is missing days or months if the data doesn't contain it, I need to show all the days and all the months regardless of my data
2- I also need the days row to be repeated in each month, how could I do that?
I need your help ASAP please.
Thanks for your effort
Manar

Thanks,
Manar
Generally the crosstab is data driven report item. Thus in order to have all of the month dates our suggestion is to set up a data layer that will prepare your data accordingly. Check out the Creating a Calendar Report with Telerik Reporting blog and especially how we have prepared the calendar data.
About repeating the dates for each month our suggestion is to follow the second option from my previous reply:
Another option is to add a report group with month grouping and add the table/crosstab to the group header/footer section then you can bind the Table.DataSource property with binding as shown in the following example:
Property |
Expression |
DataSource |
=ReportItem.DataObject |
Check out the Product Catalog demo that uses the same data binding approach.
All the best,Peter
the Telerik team
HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

I need help to display Month (as latter) and day (as number)in the chart or graph. example, display March 10 on series
You need to use a Graph item with a DateTime Scale axis. Then you can format the axis labels as required by modifying the Graph.CoordinateSystems.cartesianCoordinateSystem1.XAxis.LabelFormat property.
For more information on working with the Graph item, please refer to the Formatting a Graph help article.
Regards,
Nasko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.