ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IReportRenderingContext Interface / CreateAction Method

In This Topic
    CreateAction Method
    In This Topic
    Syntax
    'Declaration
     
    Function CreateAction( _
       ByVal owner As IReportItem, _
       ByVal action As Action, _
       ByVal dataScope As IDataScopeInternal, _
       Optional ByVal evaluator As IExpressionEvaluatorService _
    ) As IAction
    IAction CreateAction( 
       IReportItem owner,
       Action action,
       IDataScopeInternal dataScope,
       IExpressionEvaluatorService evaluator
    )

    Parameters

    owner
    action
    dataScope
    evaluator
    See Also