Show / Hide Table of Contents

Class ReportContext

Inheritance
object
ReportContext
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public class ReportContext

Constructors

ReportContext()

Declaration
public ReportContext()

Properties

AddinsPath

Declaration
public string AddinsPath { get; set; }
Property Value
Type Description
string

Audience

Declaration
public string Audience { get; set; }
Property Value
Type Description
string

Client

Declaration
public RepositoryClientBase Client { get; set; }
Property Value
Type Description
RepositoryClientBase

HeaderLevel

Declaration
public int HeaderLevel { get; set; }
Property Value
Type Description
int

IndentLevel

Declaration
public int IndentLevel { get; set; }
Property Value
Type Description
int

IsAccessibilityMode

Declaration
public bool IsAccessibilityMode { get; set; }
Property Value
Type Description
bool

IsMarkdownEnabled

Declaration
public bool IsMarkdownEnabled { get; set; }
Property Value
Type Description
bool

NeedsParagraph

Declaration
public bool NeedsParagraph { get; set; }
Property Value
Type Description
bool

RelatedItems

Declaration
public Collection<IVersionable> RelatedItems { get; set; }
Property Value
Type Description
Collection<IVersionable>

ResourcePath

Declaration
public string ResourcePath { get; set; }
Property Value
Type Description
string

ShowCodes

Declaration
public bool ShowCodes { get; set; }
Property Value
Type Description
bool

SuppressHeader

Declaration
public bool SuppressHeader { get; set; }
Property Value
Type Description
bool

ViewBag

Declaration
public dynamic ViewBag { get; set; }
Property Value
Type Description
dynamic
In this article
Back to top Generated by DocFX