ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Field - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Field

    Inheritance
    System.Object
    Field
    Namespace: Syncfusion.Report.Data
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class Field : Object

    Constructors

    Field()

    Declaration
    public Field()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved