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
rscriptEntryItemCollectionCollectionRScriptEntryItems
RScriptDataEntryItem(CollectionRScriptEntryItems, int)
public RScriptDataEntryItem(CollectionRScriptEntryItems rscriptEntryItemCollection, int index)
Parameters
rscriptEntryItemCollectionCollectionRScriptEntryItemsindexint
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
Formula
Specifies the variable content (expression) here.
public string Formula { get; set; }
Property Value
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
PrefixType
Indicates whether the prefix refers to a dataset (False) or variable (True).
public bool PrefixType { get; set; }
Property Value
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
Methods
Initialize(CollectionRScriptEntryItems, int)
protected void Initialize(CollectionRScriptEntryItems rscriptEntryItemCollection, int index)
Parameters
rscriptEntryItemCollectionCollectionRScriptEntryItemsindexint