Class SubreportProcessingEventArgs
Provides argument for the SubreportProcessing event.
Inheritance
System.Object
System.EventArgs
SubreportProcessingEventArgs
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 SubreportProcessingEventArgs : EventArgs
Constructors
SubreportProcessingEventArgs()
Declaration
public SubreportProcessingEventArgs()
Properties
DataSourceCredentials
Declaration
public List<DataSourceCredentials> DataSourceCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataSourceCredentials> |
DataSourceName
Declaration
[Obsolete]
public IList<string> DataSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
DataSourceNames
Declaration
public IList<string> DataSourceNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
DataSources
Declaration
public ReportDataSourceCollection DataSources { get; set; }
Property Value
Type | Description |
---|---|
ReportDataSourceCollection |
Parameters
Declaration
public ReportParameterInfoCollection Parameters { get; set; }
Property Value
Type | Description |
---|---|
ReportParameterInfoCollection |
ReportPath
Gets or sets report path of the subreport .
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |