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. |