Class Dictionary.RegDataItem
Represents the item registered in a dictionary.
Inheritance
System.Object
Dictionary.RegDataItem
Namespace: FastReport.Data
Assembly: FastReport.Base.dll
Syntax
public class RegDataItem
Fields
data
Gets the item data.
Declaration
public object data
Field Value
Type | Description |
---|---|
System.Object |
name
Gets the item name.
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |