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 |