ItemReportControl
ItemReportControl displays an item report.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DefaultFamilyString | Not specified | Sets the default report family. | |
DefaultSortString | Not specified | Sets the default report sort. |
SitePages.config example
The following example loads ItemReportControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DefaultFamily, DefaultSort.
<Control src="ItemReportControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
ItemReportControl inherits shared conditions from CyberStoreBaseControl.