Script Browser displays all the report scripts and allows a user to easily work with scripts.
The Browser is opened with the button, which is located on the right side of the Ribbon bar’s Home tab.

Script Browser displays all the report scripts and allows a user to easily work with scripts.
The Browser is opened with the button, which is located on the right side of the Ribbon bar’s Home tab.

Let’s imagine that we have already done all the instructions from the Report Sharp-Shooter Getting Started (page 60), which describes how to create PivotTable.
PivotTable properties connected with styles can be flexible configured, but all the cases can’t be covered. Sometimes we need a possibility to highlight cells, which satisfy some condition, set the style for a specific subgroup inside XDimension/YDimension. It’s quite evident that such settings can’t be considered during the component development as they depend on the user needs.
Well-aware users know that we can use CellCreating event, which is raised when a cell is created.
For example, we need to highlight Fact cells, which have values more than the average Fact Value.
For this purposes we need:

Being engaged in development of up-to-date components, Perpetuum Software specialists are always glad to share their experience with any communities and user groups.
We have a sponsorship program for .Net and Silverlight communities and user groups which is aimed at supporting software researches.
Last week our Silverlight developer, Sergey Piskov, was speaking at local .net user group meeting. This meeting was devoted to Silverlight technology examination.
Sergey was speaking about:
We strongly believe that our developers experience will help Silverlight newbie to quickly understand all advantages of Silverlight and create their own interesting solutions based on this technology.
Saying that reports aren’t always eye catchy is a bit of an understatement. Sometimes they’re just dull and dreary pieces of writing, boring data spread across columns and rows. Those who don’t need it, escape to the next page.
But what if you want more than a mere glimpse from a hasty reader? What if you want to propel the ideas behind the data? Emphasize its importance?
Then a table is not enough – you need widgets.
In this post I’ll show a publicly available report and explain how to re-create it with Sharp-Shooter. So here goes our poster child: a NASA plot that reveals a rapid decline in the number of astrophysics missions. The dotted line means “today”, and it’s evident that the plethora of space observatories we’ve been enjoying lately, is pretty much going to stop by 2014:

Why re-creating this very report? First off, it’s interesting data about something that concerns your humble correspondent
Secondly, it’s a challenging task to do in Sharp-Shooter. While building this plot, we’d have to solve several problems, e.g.:
Below go step by step instructions on creating the above report in Sharp-Shooter, and you can also go ahead and download the full solution here.