Represents a prepared report used for exporting the analysis to PDF.
Inheritance Hierarchy
Spotfire.Dxp.Application.ExportReport
Namespace: Spotfire.Dxp.Application.Export
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public sealed class Report
The Report type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Description |
Gets the description of the report.
|
![]() | Name |
Gets the name of the report.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExportToPdf(Stream) |
Exports the report as PDF with the resulting bytes in the specified stream.
|
![]() | ExportToPdf(String) |
Exports the report as PDF to the specified filename.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10
See Also