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
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
Properties
Various additional properties
public Dictionary<string, string> Properties { get; set; }
Property Value
ProviderParameters
Gets or sets the provider parameters.
public string ProviderParameters { get; set; }
Property Value
ProviderTypeName
Gets or sets the provider type name.
public string ProviderTypeName { get; set; }
Property Value
ShowType
Gets or sets report presentation type
[Obsolete("This information has been moved into 'ProviderParameters'")]
public ReportShowType ShowType { get; set; }