menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActiveReportChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ActiveReportChangedEventArgs

    Provides data for the ActiveReportChanged event.

    Inheritance
    System.Object
    System.EventArgs
    ActiveReportChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Manager
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class ActiveReportChangedEventArgs : EventArgs

    Constructors

    ActiveReportChangedEventArgs()

    Initializes a new instance of the ActiveReportChangedEventArgs class.

    Declaration
    public ActiveReportChangedEventArgs()

    ActiveReportChangedEventArgs(OlapReport, Boolean)

    Initializes a new instance of the ActiveReportChangedEventArgs class.

    Declaration
    public ActiveReportChangedEventArgs(OlapReport newActiveReport, bool isReportChanged)
    Parameters
    Type Name Description
    OlapReport newActiveReport

    The active OLAP report.

    System.Boolean isReportChanged

    Indicates whether the report is changed.

    Properties

    IsReportChanged

    Gets or sets a value indicating whether the report is changed.

    Declaration
    public bool IsReportChanged { get; set; }
    Property Value
    Type
    System.Boolean

    NewActiveReport

    Gets or sets the active OLAP report.

    Declaration
    public OlapReport NewActiveReport { get; set; }
    Property Value
    Type
    OlapReport
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved