ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / ToRdlString Method

In This Topic
    ToRdlString Method (ReportExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ToRdlString( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator, _
       Optional ByVal reportComponentFactory As IReportComponentFactory, _
       Optional ByVal IsSnapShotFilter As Boolean _
    ) As String
    public static string ToRdlString( 
       Report report,
       ResourceLocator resourceLocator,
       IReportComponentFactory reportComponentFactory,
       bool IsSnapShotFilter
    )

    Parameters

    report
    resourceLocator
    reportComponentFactory
    IsSnapShotFilter
    See Also