Class Field
Inheritance
System.Object
Field
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class Field : Object
Constructors
Field()
Declaration
Properties
AggregateType
Declaration
public string AggregateType { get; set; }
Property Value
Type |
Description |
System.String |
|
AliasName
Declaration
public string AliasName { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomProperties
Declaration
public Dictionary<string, object> CustomProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
IsDuplicate
Declaration
public bool IsDuplicate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|