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

In This Topic
    SaveRdl Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub SaveRdl( _
       ByVal report As Report, _
       ByVal writer As XmlWriter, _
       ByVal resourceLocator As ResourceLocator, _
       Optional ByVal isSnapShotFilter As Boolean _
    ) 
    public static void SaveRdl( 
       Report report,
       XmlWriter writer,
       ResourceLocator resourceLocator,
       bool isSnapShotFilter
    )

    Parameters

    report
    writer
    resourceLocator
    isSnapShotFilter
    See Also