ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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: 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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved