Class ReportContext
Inheritance
ReportContext
Assembly: Colectica.Reporting.dll
Syntax
public class ReportContext
Constructors
ReportContext()
Declaration
Properties
AddinsPath
Declaration
public string AddinsPath { get; set; }
Property Value
Audience
Declaration
public string Audience { get; set; }
Property Value
Client
Declaration
public RepositoryClientBase Client { get; set; }
Property Value
Declaration
public int HeaderLevel { get; set; }
Property Value
IndentLevel
Declaration
public int IndentLevel { get; set; }
Property Value
IsAccessibilityMode
Declaration
public bool IsAccessibilityMode { get; set; }
Property Value
IsMarkdownEnabled
Declaration
public bool IsMarkdownEnabled { get; set; }
Property Value
NeedsParagraph
Declaration
public bool NeedsParagraph { get; set; }
Property Value
RelatedItems
Declaration
public Collection<IVersionable> RelatedItems { get; set; }
Property Value
ResourcePath
Declaration
public string ResourcePath { get; set; }
Property Value
ShowCodes
Declaration
public bool ShowCodes { get; set; }
Property Value
Declaration
public bool SuppressHeader { get; set; }
Property Value
ViewBag
Declaration
public dynamic ViewBag { get; set; }
Property Value