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

In This Topic
    ConvertRdlDataElementOutput Method
    In This Topic
    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