ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / RenderTools Class / ConvertRdlDataElementOutput Method

In This Topic
    ConvertRdlDataElementOutput Method
    In This Topic
    Converts the RDL Rdl.DataElementOutput to the rendering namespace GrapeCity.ActiveReports.Extensibility.Rendering.Components.DataElementOutput.
    Syntax
    'Declaration
     
    Public Shared Function ConvertRdlDataElementOutput( _
       ByVal rdlDataElementOutput As DataElementOutput, _
       ByVal reportItemDefinition As ReportItem _
    ) As DataElementOutput
    public static DataElementOutput ConvertRdlDataElementOutput( 
       DataElementOutput rdlDataElementOutput,
       ReportItem reportItemDefinition
    )

    Parameters

    rdlDataElementOutput
    reportItemDefinition
    See Also