This is archived CyberStore v2024.1 documentation. For current guidance, see the latest documentation.

ItemReportControl

ItemReportControl displays an item report.

Configurable properties

Property Default Valid values or format Effect
DefaultFamily
String
Not specified   Sets the default report family.
DefaultSort
String
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.