Report formatted like a Calendar

Stimulsoft Reports.WEB discussion
Post Reply
srichardson
Posts: 14
Joined: Thu Jul 26, 2012 9:52 pm

Report formatted like a Calendar

Post by srichardson »

I'm searching for a way to create a calendar view, similar to something you would get from Mircrosoft Word template.
I have a report that includes a task and a due date (mm/dd/yyyy) and I would like to output the name of the task on the specific day (see attached example)
Would we use a GroupHeader to organize by the month of the Details.ScheduledTime (and display the name/year)?
I'm unsure how to format the remainder of it to print out correctly?
Would this have a group on the day portion of the Details.ScheduledTime field?
Would this have a group on the day portion of the Details.ScheduledTime field?
example.png (11.51 KiB) Viewed 3661 times
Attachments
Sample Calendar.docx
(22.56 KiB) Downloaded 306 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report formatted like a Calendar

Post by Alex K. »

Hello,

Please check the sample report in the attachment.

Thank you.
Attachments
Calendar.mrt
(9.55 KiB) Downloaded 395 times
markb
Posts: 17
Joined: Fri Jul 07, 2017 10:56 am

Re: Report formatted like a Calendar

Post by markb »

Hi

I needed a calendar layout, and after a search of your site I found this one. This looks very good in the flash viewer, but completely wrong in the JS viewer. Is there a chance you can take a look at this report in the JS Viewer and provide an alternative or does it need JS bug fixes?

Regards

Mark
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Report formatted like a Calendar

Post by Alex K. »

Hello,

In this sample are used additional scripts in events.
Unfortunately, JS version is not supported additional code in events.

Thank you.
poir0450
Posts: 6
Joined: Tue Jan 16, 2018 3:47 pm

Re: Report formatted like a Calendar

Post by poir0450 »

Hi,

Thank you for attaching the mrt document(Calendar.mrt). It is very useful for our project.
We have a table named Clients in data source. This table has 3 columns ID, Name and BirthDate.
We want to display in each calendar item all the clients whose birthday matches that day.

Example:

1, John , 02/03/2018
2, Mary, 02/03/2018
3, George, 03/03/2018,
4, Angelina, 11/03/2018

I attached a screenshot with this example.

I would be most grateful if you could attach a sample mrt document.

Thank you
Attachments
SampleCalendar.png
SampleCalendar.png (19.18 KiB) Viewed 2958 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report formatted like a Calendar

Post by HighAley »

Hello.

You could put additional Data band with Filter of the Cross-Data.
But you should add next code to the Begin Render event of the Data Band.
Please, look at the attached report template.
Calendar2.mrt
(13.75 KiB) Downloaded 387 times
Thank you.
poir0450
Posts: 6
Joined: Tue Jan 16, 2018 3:47 pm

Re: Report formatted like a Calendar

Post by poir0450 »

You guys are amazing! That's exactly what we were looking for.
Thank you!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report formatted like a Calendar

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need our help.

Thank you.
Post Reply