Class SubreportProcessingEventArgs
Provides argument for the SubreportProcessing event.
Inheritance
System.Object
SubreportProcessingEventArgs
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class SubreportProcessingEventArgs : EventArgs
Constructors
SubreportProcessingEventArgs()
Declaration
public SubreportProcessingEventArgs()
Properties
DataSourceCredentials
Gets or sets the collection of data source credentials.
Declaration
public List<DataSourceCredentials> DataSourceCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataSourceCredentials> | It contains the list of data source credentials. |
DataSourceNames
Gets or sets the collection of data source names. .
Declaration
public IList<string> DataSourceNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> | It contains the list of data source names. |
DataSources
Gets or sets the collection of data source.
Declaration
public ReportDataSourceCollection DataSources { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.Web.ReportDataSourceCollection | It contains the list of data source in the report. |
Parameters
Gets or sets the report parameter informations.
Declaration
public ReportParameterInfoCollection Parameters { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.Web.ReportParameterInfoCollection | It contains the collection of information of the parameters in the report. |
ReportPath
Gets or sets the local file path or report server path of the report.
Declaration
public string ReportPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the path to load the report. |