menu

UWP

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

    Show / Hide Table of Contents

    Class ReportChangedEventArgs

    Provides data for the ReportChanged event.

    Inheritance
    System.Object
    ReportChangedEventArgs
    Namespace: Syncfusion.Olap.UWP.Manager
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class ReportChangedEventArgs : EventArgs

    Constructors

    ReportChangedEventArgs()

    Declaration
    public ReportChangedEventArgs()

    Properties

    NewReport

    Gets or sets the new report.

    Declaration
    public OlapReport NewReport { get; set; }
    Property Value
    Type Description
    OlapReport

    The new report.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved