Name | Description | |
---|---|---|
JpegExporter Constructor |
The following tables list the members exposed by JpegExporter.
Name | Description | |
---|---|---|
JpegExporter Constructor |
Name | Description | |
---|---|---|
m_MultiFile | A value indicating whether multiple files were generated during export. (Inherited from C1.Win.Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
Columns | Gets or sets the number of columns to set for the report. Null indicates default value, specified in the report. (Inherited from C1.Win.Document.Export.Ssrs.PaginatedExporter) | |
ColumnSpacing | Gets or sets the column spacing. Null indicates default value, specified in the report. (Inherited from C1.Win.Document.Export.Ssrs.PaginatedExporter) | |
DocumentInfo | Gets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.Win.Document.Export.ExportFilter) | |
ExportProvider | Overridden. Gets C1.Win.Document.C1SSRSDocumentSource.JpegExportProvider. | |
FileName | Gets or sets the name of the output file. (Inherited from C1.Win.Document.Export.ExportFilter) | |
MultiFile | Gets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrieved via OutputFiles property. (Inherited from C1.Win.Document.Export.ExportFilter) | |
OutputFiles | Gets the list of files which were generated by the call to Export. Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.Win.Document.Export.ExportFilter) | |
PageSettings | Gets or sets the C1.Win.Document.C1PageSettings providing exporting content. (Inherited from C1.Win.Document.Export.ExportFilter) | |
Preview | Gets or sets a value indicating whether the exported document should be opened after exporting it to a disk file. The application used to open the file is determined by the OS shell. (Inherited from C1.Win.Document.Export.ExportFilter) | |
Range | Gets or sets the range of pages that is to be exported. (Inherited from C1.Win.Document.Export.ExportFilter) | |
ShowOptions | Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.Win.Document.Export.ExportFilter) | |
Stream | Gets or sets the output stream. (Inherited from C1.Win.Document.Export.ExportFilter) | |
UseZipForMultipleFiles | Gets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.Win.Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
CanExportRange | Tests whether the specified type of range can be exported by the current exporter. (Inherited from C1.Win.Document.Export.Ssrs.ImageExporter) | |
Dispose | Overloaded. Disposes the C1.Win.Document.Export.ExportFilter object. (Inherited from C1.Win.Document.Export.ExportFilter) | |
ShowOptionsDialog | Displays a dialog that allows the user to edit the export options. (Inherited from C1.Win.Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
AddValue | Overloaded. For internal use. (Inherited from C1.Win.Document.Export.Ssrs.Exporter) | |
AddValuePreserve | For internal use. (Inherited from C1.Win.Document.Export.Ssrs.Exporter) | |
CopyPropertiesFromOptionsForm | Copies the options from the specified export options form to corresponding properties on the current exporter. Can be overridden in a derived class to handle format-specific options. (Inherited from C1.Win.Document.Export.ExportFilter) | |
CopyPropertiesToOptionsForm | Copies the properties of the current exporter to corresponding user-editable options of the specified export options form. Can be overridden in a derived class to handle format-specific options. (Inherited from C1.Win.Document.Export.ExportFilter) | |
Finalize | Disposes the C1.Win.Document.Export.ExportFilter object. (Inherited from C1.Win.Document.Export.ExportFilter) | |
GetDevInfo | For internal use. (Inherited from C1.Win.Document.Export.Ssrs.ImageExporter) | |
GetFormat | For internal use. (Inherited from C1.Win.Document.Export.Ssrs.ImageExporter) | |
GetOutputFormat | Overridden. For internal use. |