名前 | 解説 | |
---|---|---|
PngExporter コンストラクタ |
PngExporterデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PngExporter コンストラクタ |
名前 | 解説 | |
---|---|---|
Columns | Gets or sets the number of columns to set for the report. Null indicates default value, specified in the report. C1.Win.Document.Export.Ssrs.PaginatedExporterから継承されます。 | |
ColumnSpacing | Gets or sets the column spacing. Null indicates default value, specified in the report. C1.Win.Document.Export.Ssrs.PaginatedExporterから継承されます。 | |
DocumentInfo | Gets or sets the DocumentInfo object associated with the document assigned to the current exporter. C1.Win.Document.Export.ExportFilterから継承されます。 | |
ExportProvider | オーバーライドされます。 Gets C1.Win.Document.C1SSRSDocumentSource.PngExportProvider. | |
FileName | Gets or sets the name of the output file. 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 retrived via OutputFiles property. C1.Win.Document.Export.ExportFilterから継承されます。 | |
OutputFiles | Gets the list of files which were generated by the call to Export(string). 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. C1.Win.Document.Export.ExportFilterから継承されます。 | |
PageSettings | Gets or sets the C1.Win.Document.C1PageSettings providing exporting content. 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. C1.Win.Document.Export.ExportFilterから継承されます。 | |
Range | Gets or sets the range of pages that is to be exported. 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. C1.Win.Document.Export.ExportFilterから継承されます。 | |
Stream | Gets or sets the output stream. 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. C1.Win.Document.Export.ExportFilterから継承されます。 |
名前 | 解説 | |
---|---|---|
CanExportRange | Tests whether the specified type of range can be exported by the current exporter. C1.Win.Document.Export.Ssrs.ImageExporterから継承されます。 | |
Dispose | Disposes the C1.Win.Document.Export.ExportFilter object. C1.Win.Document.Export.ExportFilterから継承されます。 | |
ShowOptionsDialog | Displays a dialog that allows the user to edit the export options. C1.Win.Document.Export.ExportFilterから継承されます。 |