Web Part Properties

The web part properties for the Roll-Up Wizard can be accessed by selecting “Modify Shared Web Part” from the web part menu.

Web Part Storage Site

This field is used to identify the URL to the WSS/SharePoint web site where you want to store the roll-up web parts you create with this instance of the Roll-Up Wizard. If you leave this field empty, the web parts will be stored to the current site's web part gallery.

Web Part Storage Library

This is the name of the document library where you want to store the roll-up web parts you create with this instance of the Roll-Up Wizard. If you leave this property empty, the web parts will not be stored to a document library, but to the site’s web part gallery instead.

NOTE: To store the web parts in a document library, you must specify the Web Part Storage Site in addition to the Web Part Storage Library. If you do not fill in both fields, the web part will be stored to the current site's web part gallery.

Support Chart Roll-Up

Toggle this checkbox on to enable the creation and modification of chart display roll-ups using the Roll-Up Wizard. In order to display the chart roll-ups, you will need to have the CorasWorks Chart Display Advanced Roll-Up installed on the server. 

To learn more about the web parts that you can create using the Roll-Up Wizard, please refer to the Calendar, Charting, My, Spreadsheet, or Tree-View Roll-Up online help and the Capabilities Guide.

Support My Roll-Up

Toggle this checkbox on to enable the creation and modification of My roll-ups using the Roll-Up Wizard.

Support Treeview Roll-Up

Toggle this checkbox on to enable the creation and modification of Tree View roll-ups using the Roll-Up Wizard.

Support Spreadsheet Roll-Up

Toggle this checkbox on to enable the creation and modification of Spreadsheet roll-ups using the Roll-Up Wizard.

Support Calendar Roll-Up

Toggle this checkbox on to enable the creation and modification of Calendar display roll-ups using the Roll-Up Wizard.

Support Active Roll-Up

Toggle this checkbox on to enable the creation and modification of action-enabled roll-ups using the Roll-Up Wizard.

DWP XML

This property allows you to override the internal DWP file that the Roll-Up Wizard uses to create new roll-ups from. By using this property, you can modify the default behavior of the web parts you create with the Roll-Up Wizard. For example, you could change the default behavior for the Allow Minimize property from true to false. Any new web parts you create would have their Allow Minimize property set to false.

When you modify the DWP XML property, you should start with the following string and add or change values.

<?xml version=\"1.0\" encoding=\"utf-8\"?>
<WebPart xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://schemas.microsoft.com/WebPart/v2\">
<Title>%Title%</Title>
<FrameType>Default</FrameType>
<Description>%Description%</Description>
<IsIncluded>true</IsIncluded>
<ZoneID>Left</ZoneID>
<PartOrder>1</PartOrder>
<FrameState>Normal</FrameState>
<Height />
<Width />
<AllowRemove>true</AllowRemove>
<AllowZoneChange>true</AllowZoneChange>
<AllowMinimize>true</AllowMinimize>
<IsVisible>true</IsVisible>
<DetailLink />
<HelpLink>%HelpLink%</HelpLink>
<Dir>Default</Dir>
<PartImageSmall />
<MissingAssembly>This Web Part has failed to load due to a missing software file. Please contact CorasWorks (http://www.corasworks.net) and provide them with the name of the Web Part [%Assembly% - Created with Roll-Up Wizard] and the URL in your browser.</MissingAssembly>
<PartImageLarge>%PartImageLarge%</PartImageLarge>
<IsIncludedFilter />
<Assembly>%Assembly%, Version=%Version%, Culture=neutral, PublicKeyToken=%PublicKeyToken%</Assembly>
<TypeName>%TypeName%</TypeName>
<ShowAdmin xmlns=\"%xmlns%\">true</ShowAdmin>
<LevelCount xmlns=\"%xmlns%\">3</LevelCount>
<ListTemplates xmlns=\"%xmlns%\">%Schema%</ListTemplates>
<ListFieldNameMapping xmlns=\"%xmlns%\">%ListFieldNameMapping%</ListFieldNameMapping>

Example:
<BaseDWP xmlns="CorasWSC.RollUp">BaseDWP</BaseDWP>