alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class EnginePopulatedEventArgs

    The engine populated event arguments provides the necessary information about the engine populated using updated report.

    Inheritance
    object
    EnginePopulatedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class EnginePopulatedEventArgs

    Constructors

    EnginePopulatedEventArgs()

    Declaration
    public EnginePopulatedEventArgs()

    Properties

    DataSourceSettings

    Defines the updated report to get updated pivot table cell collection and field list information.

    Declaration
    [JsonPropertyName("dataSourceSettings")]
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type
    DataOptions

    PivotFieldList

    Defines the updated field list information from the populated engine to update the field list.

    Declaration
    [JsonPropertyName("pivotFieldList")]
    public object PivotFieldList { get; set; }
    Property Value
    Type Description
    object

    An object containing the updated field list information.

    PivotValues

    Defines the updated pivot table cell information from the populated engine to update the pivot table.

    Declaration
    [JsonPropertyName("pivotValues")]
    public Matrix<Matrix<AxisSet>> PivotValues { get; set; }
    Property Value
    Type Description
    Matrix<Matrix<AxisSet>>

    A Matrix object that represents the updated pivot table cell information.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved