Interface IRecord
Record interface
Namespace: FastReport.BG.Data
Assembly: FastReport.BG.dll
Syntax
public interface IRecord
Properties
Tag
Tag - some data sources may store additional internal information in this property
Declaration
object Tag { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Text
Record text
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Record value
Declaration
double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |