MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / NameValueCollectionExtensions Class / UpdateSettings Method
The System.Collections.Specialized.NameValueCollection to update.
The object containing the data.

In This Topic
UpdateSettings Method (NameValueCollectionExtensions)
In This Topic
Updates the System.Collections.Specialized.NameValueCollection with data from the object's fields and properties.
Syntax
'Declaration
 
Public Shared Sub UpdateSettings( _
   ByVal settings As NameValueCollection, _
   ByVal data As Object _
) 
 

Parameters

settings
The System.Collections.Specialized.NameValueCollection to update.
data
The object containing the data.
See Also