ASP.NET Core

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

    Show / Hide Table of Contents

    Class CustomProperties

    Specifies the ordered list of custom properties that is passed through rendering and custom report item components.

    Inheritance
    System.Object
    System.Collections.Generic.List<CustomProperty>
    CustomProperties
    Implements
    System.Collections.Generic.IList<CustomProperty>
    System.Collections.Generic.ICollection<CustomProperty>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<CustomProperty>
    System.Collections.Generic.IReadOnlyCollection<CustomProperty>
    System.Collections.Generic.IEnumerable<CustomProperty>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Add(Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.CustomProperty, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.BinarySearch(Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.BinarySearch(Syncfusion.RDL.DOM.CustomProperty, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Clear()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Contains(Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.CustomProperty, TOutput>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.CopyTo(Syncfusion.RDL.DOM.CustomProperty[])
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.CopyTo(System.Int32, Syncfusion.RDL.DOM.CustomProperty[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.CopyTo(Syncfusion.RDL.DOM.CustomProperty[], System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Exists(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Find(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindAll(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindLast(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.ForEach(System.Action<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.CustomProperty>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.IndexOf(Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.IndexOf(Syncfusion.RDL.DOM.CustomProperty, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.IndexOf(Syncfusion.RDL.DOM.CustomProperty, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Insert(System.Int32, Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.LastIndexOf(Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.LastIndexOf(Syncfusion.RDL.DOM.CustomProperty, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.LastIndexOf(Syncfusion.RDL.DOM.CustomProperty, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Remove(Syncfusion.RDL.DOM.CustomProperty)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Reverse()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Sort()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Sort(System.Comparison<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.ToArray()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.CustomProperty>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Capacity
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Count
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.CustomProperty>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.RDL.DOM.CustomProperty>.System.Collections.IList.Item[System.Int32]
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class CustomProperties : List<CustomProperty>, IList<CustomProperty>, ICollection<CustomProperty>, IList, ICollection, IReadOnlyList<CustomProperty>, IReadOnlyCollection<CustomProperty>, IEnumerable<CustomProperty>, IEnumerable

    Constructors

    CustomProperties()

    Declaration
    public CustomProperties()

    CustomProperties(ReportSerializer)

    Declaration
    public CustomProperties(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved