Class ViewSettings

Info

Represents optional explicit view settings for generating the PDF.

public class ViewSettings

Inheritance

objectViewSettings

Inherited Members

Constructors

ViewSettings()

Initializes a new instance of the ViewSettings class with default values.

public ViewSettings()

Properties

ViewName

Gets or sets a custom view name to be applied when rendering the project to PDF.

public string ViewName { get; set; }

Property Value

string


ShowLegend

Gets or sets a value indicating whether the view should display a legend.

public bool ShowLegend { get; set; }

Property Value

bool


ShowProgressLines

Gets or sets a value indicating whether the view should display progress lines.

public bool ShowProgressLines { get; set; }

Property Value

bool

Namespace: Tasqize Assembly: Tasqize.dll