Class DrillThroughReportModelEventArgs
Specifies arguments for the Drillthrough event.
Inheritance
System.Object
DrillThroughReportModelEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Reports.EJ
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class DrillThroughReportModelEventArgs
Constructors
DrillThroughReportModelEventArgs()
Declaration
public DrillThroughReportModelEventArgs()
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DataSources
Declaration
public ReportDataSourceCollection DataSources { get; set; }
Property Value
Type | Description |
---|---|
ReportDataSourceCollection |
Parameters
Declaration
public object Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ReportPath
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportStream
Declaration
public Stream ReportStream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |