Class SubreportInitializationEventArgs
Inheritance
System.Object
SubreportInitializationEventArgs
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class SubreportInitializationEventArgs : EventArgs
Constructors
SubreportInitializationEventArgs()
Declaration
public SubreportInitializationEventArgs()
Properties
DataSourceCredentials
Declaration
public List<DataSourceCredentials> DataSourceCredentials { get; set; }
Property Value
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 |
|