Class PropertyRScriptData
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
R script data configuration (script code and entry items specifying coordinate values and variables).
public class PropertyRScriptData : DomItem
- Inheritance
-
PropertyRScriptData
- Inherited Members
Properties
Entries
Gets the collection of R script entry items.
[JsonInclude]
public CollectionRScriptEntryItems Entries { get; }
Property Value
RSCode
R script source code.
public string RSCode { get; set; }