ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json.Mapper Namespace / CustomReportItemMappersExt Class / SetAnyway Method

In This Topic
    SetAnyway Method
    In This Topic
    Changes given collection GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinitionCollection by setting a property with a given name to a given value
    Syntax
    'Declaration
     
    Public Shared Function SetAnyway( _
       ByVal props As CustomPropertyDefinitionCollection, _
       ByVal name As String, _
       ByVal setter As Action(Of ExpressionInfo) _
    ) As CustomPropertyDefinitionCollection

    Parameters

    props
    name
    setter
    See Also