Class SubReportModel
Inheritance
System.Object
SubReportModel
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.EJ.ReportViewer
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class SubReportModel
Constructors
SubReportModel()
Declaration
public SubReportModel()
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 |
Stream
Declaration
public Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
UserProfile
Declaration
public UserProfile UserProfile { get; }
Property Value
Type | Description |
---|---|
UserProfile |
Methods
Dispose()
Declaration
public void Dispose()