ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / NameValueCollectionExtensions Class / ApplyTo<T> Method

In This Topic
    ApplyTo<T> Method
    In This Topic
    Apply settings from NameValueCollection to the specified object.
    Syntax
    'Declaration
     
    Public Shared Function ApplyTo(Of T)( _
       ByVal settings As NameValueCollection, _
       ByVal target As T, _
       Optional ByVal setInnerSetting As Boolean, _
       Optional ByVal suppressExceptions As Boolean _
    ) As T
    public static T ApplyTo<T>( 
       NameValueCollection settings,
       T target,
       bool setInnerSetting,
       bool suppressExceptions
    )

    Parameters

    settings
    target
    setInnerSetting
    suppressExceptions

    Type Parameters

    T
    See Also