ReportConfiguration Constructor(Assembly)
Initializes a new instance of the ReportConfiguration class with the assembly value of type System.Configuration.Assembly.

C# Syntax

public ReportConfiguration( 
   Assembly assembly
)

Parameters

assembly
The System.Configuration.Assembly containing the app.config whose report configuration you want to use.
Remarks
Using this constructor is useful if you want multiple assemblies to all use the report configuration settings from a central app.config file.