Table of Contents

Class RScriptDataEntryItem

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a data source item where you can specify the coordinate values for the data passed to an R script.

public class RScriptDataEntryItem : DomItem
Inheritance
RScriptDataEntryItem
Inherited Members

Constructors

RScriptDataEntryItem(CollectionRScriptEntryItems)

public RScriptDataEntryItem(CollectionRScriptEntryItems rscriptEntryItemCollection)

Parameters

rscriptEntryItemCollection CollectionRScriptEntryItems

RScriptDataEntryItem(CollectionRScriptEntryItems, int)

public RScriptDataEntryItem(CollectionRScriptEntryItems rscriptEntryItemCollection, int index)

Parameters

rscriptEntryItemCollection CollectionRScriptEntryItems
index int

Properties

Enabled

Enables exporting the data as a variable (default: False, data used as a table column row by row).

public bool Enabled { get; set; }

Property Value

bool

Formula

Specifies the variable content (expression) here.

public string Formula { get; set; }

Property Value

string

Prefix

Specifies the R dataset name under which the data is provided. If not set, Data$ is assumed (or Var$ when exporting as a variable).

public string Prefix { get; set; }

Property Value

string

PrefixType

Indicates whether the prefix refers to a dataset (False) or variable (True).

public bool PrefixType { get; set; }

Property Value

bool

VarName

Specifies the R variable name (without dataset) under which the variable is addressed.

If empty, it is generated automatically from the formula.
public string VarName { get; set; }

Property Value

string

Methods

Initialize(CollectionRScriptEntryItems, int)

protected void Initialize(CollectionRScriptEntryItems rscriptEntryItemCollection, int index)

Parameters

rscriptEntryItemCollection CollectionRScriptEntryItems
index int