Class SaveDesignedReportEventArgs
Event arguments for Save report from Designer.
Inheritance
System.Object
    System.EventArgs
    SaveDesignedReportEventArgs
  Namespace: FastReport.Web
Assembly: FastReport.Web.dll
Syntax
public class SaveDesignedReportEventArgs : EventArgs
  Properties
Stream
Contain the stream with designed report.
Declaration
public Stream Stream { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.IO.Stream |