| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Export( _ ByVal stream As System.IO.Stream, _ ByVal imageFormat As ExportImageFormat, _ ByVal settings As ViewLayoutSettings _ ) | |
| C# | |
|---|---|
public void Export( System.IO.Stream stream, ExportImageFormat imageFormat, ViewLayoutSettings settings ) | |
Parameters
- stream
- Describes a stream, to which data is to be saved.
- imageFormat
- The image format. The default format is PNG.
- settings
- The Layout settings. Set to null for the default settings to be applied.
| Exception | Description |
|---|---|
| GrapeCity.ActiveAnalysis.Export.ExportException | The image size exceed limits. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2