Table of Contents

Class Report

Namespace
Dynamicweb.Tracking.Reporting
Assembly
Dynamicweb.Tracking.dll
Represents a report.
public class Report
Inheritance
Report
Inherited Members

Properties

Icon

Gets or sets the icon.
public string Icon { get; set; }

Property Value

string

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string

Properties

Various additional properties
public Dictionary<string, string> Properties { get; set; }

Property Value

Dictionary<string, string>

ProviderParameters

Gets or sets the provider parameters.
public string ProviderParameters { get; set; }

Property Value

string

ProviderTypeName

Gets or sets the provider type name.
public string ProviderTypeName { get; set; }

Property Value

string

ShowType

Gets or sets report presentation type
[Obsolete("This information has been moved into 'ProviderParameters'")]
public ReportShowType ShowType { get; set; }

Property Value

ReportShowType
To top