Class SubreportInitializationEventArgs
Inheritance
System.Object
System.EventArgs
SubreportInitializationEventArgs
Inherited Members
System.EventArgs.Empty
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 SubreportInitializationEventArgs : EventArgs
Constructors
SubreportInitializationEventArgs()
Declaration
public SubreportInitializationEventArgs()
Properties
DataSourceCredentials
Declaration
public List<DataSourceCredentials> DataSourceCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataSourceCredentials> |
ReportName
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportPath
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Stream
Declaration
public Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |