Click or drag to resize

OrderReport Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Tracking.Web.Reporting
Assembly:  Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax
[AddInNameAttribute("Order reporting")]
[AddInIconAttribute(KnownIcon.Assignment)]
[AddInUseParameterGroupingAttribute(true)]
[AddInUseParameterOrderingAttribute(true)]
[AddInDeprecatedAttribute(true)]
public class OrderReport : GraphReportBase, 
	IDropDownOptions

The OrderReport type exposes the following members.

Constructors
  NameDescription
Public methodOrderReport
Initializes a new instance of the OrderReport class
Top
Properties
  NameDescription
Public propertyComparisonCustomPeriodEnd (Inherited from VisitorReportBase.)
Public propertyComparisonCustomPeriodStart (Inherited from VisitorReportBase.)
Public propertyComparisonEnable (Inherited from VisitorReportBase.)
Public propertyComparisonPeriod (Inherited from VisitorReportBase.)
Public propertyCurrencyCode
Public propertyDateFrom (Inherited from ReportProvider.)
Public propertyDateTo (Inherited from ReportProvider.)
Public propertyGroupByDate (Inherited from GraphReportBase.)
Public propertyGroupBySelection (Overrides VisitorReportBaseGroupBySelection.)
Public propertyIncludeBots (Inherited from VisitorReportBase.)
Public propertyIncludeExcludedSessions (Inherited from VisitorReportBase.)
Public propertyIncludeSessionsWithoutJavascript (Inherited from VisitorReportBase.)
Public propertyMaxLabels (Inherited from GraphReportBase.)
Protected propertyMetadataColumnName
The name of column in DataCollection.Columns which is used for metadata information
(Inherited from VisitorReportBase.)
Public propertyShopId
Public propertyShowType
Gets or sets report presentation type
(Inherited from GraphReportBase.)
Public propertyTimePeriod (Inherited from VisitorReportBase.)
Public propertyValueSelection
Public propertyWhereBotType (Inherited from VisitorReportBase.)
Public propertyWhereCountry (Inherited from VisitorReportBase.)
Public propertyWhereDevice (Inherited from VisitorReportBase.)
Public propertyWhereDevicePlatformType (Inherited from VisitorReportBase.)
Public propertyWhereReferrerType (Inherited from VisitorReportBase.)
Public propertyWhereReturning (Inherited from VisitorReportBase.)
Public propertyWhereSourceCampaign (Inherited from VisitorReportBase.)
Public propertyWhereSourceMedium (Inherited from VisitorReportBase.)
Public propertyWhereSourceName (Inherited from VisitorReportBase.)
Public propertyWhereSourceTerm (Inherited from VisitorReportBase.)
Public propertyWhereWebsite (Inherited from VisitorReportBase.)
Top
Methods
  NameDescription
Protected methodAddMetadataInformation
Add metadata information for each of our graph points
(Inherited from GraphReportBase.)
Protected methodAdjustTimeRangeToComparison
The method return date range fro comparison series
(Inherited from VisitorReportBase.)
Public methodCreateElement (Inherited from GraphReportBase.)
Public methodGetComparisonData (Overrides VisitorReportBaseGetComparisonData.)
Public methodGetComparisonSeries
Gets the сomparison dataseries in a format that is ready for consumption by chart tools which require: Legends, Labels and Series (double[][])
(Inherited from VisitorReportBase.)
Public methodGetData (Overrides ReportProviderGetData.)
Public methodGetDataSeries (Inherited from ReportProvider.)
Public methodGetDateGrouping (Inherited from GraphReportBase.)
Public methodGetDates (Inherited from VisitorReportBase.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetOptions (Overrides GraphReportBaseGetOptions(String).)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodGetShowType (Inherited from ReportProvider.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from VisitorReportBase.)
Protected methodRenderListReport (Overrides GraphReportBaseRenderListReport(DataSeries, DataSeries).)
Protected methodRenderReport (Inherited from GraphReportBase.)
Protected methodSetMetadataInformation
Sets the metadata information.
(Inherited from VisitorReportBase.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also