FlexReport for WinForms
PdfExporter クラス メンバ
フィールド  プロパティ  メソッド 


C1.Win.Document.4.8 アセンブリ > C1.Win.Document.Export.Ssrs 名前空間 : PdfExporter クラス

PdfExporterデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタ  
トップ
プロテクト フィールド
 名前解説
Protected フィールドA value indicating whether multiple files were generated during export. C1.Document.Export.ExportFilterから継承されます。
トップ
パブリック プロパティ
 名前解説
Public プロパティGets a value indicating whether the exported file can be previewed. This property is cached for each exporter, and is not refreshed after it has been determined. ATTENTION! This property is used to edit export's parameters in user's ui so it should NOT use data generated AFTER export, OutputFiles property for example. C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets or sets the number of columns to set for the report. Null indicates default value, specified in the report. C1.Document.Export.Ssrs.PaginatedExporterから継承されます。
Public プロパティGets or sets the column spacing. Null indicates default value, specified in the report. C1.Document.Export.Ssrs.PaginatedExporterから継承されます。
Public プロパティGets or sets the C1.Document.C1Document providing exporting content. C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets or sets the C1.Document.Export.ExportFilter.DocumentInfo object associated with the document assigned to the current exporter. C1.Document.Export.ExportFilterから継承されます。
Public プロパティエクスポータが PDF 出力にフォント情報を埋め込むかどうかを示す値を取得または設定します。 このプロパティは、 ServerSideが false の場合にのみ使用されます。  
Public プロパティオーバーライドされます。 C1.Win.Document.C1SSRSDocumentSource.PdfExportProviderを取得します。  
Public プロパティGets or sets the name of the output file. C1.Document.Export.ExportFilterから継承されます。
Public プロパティPDF を圧縮しないかどうかを示す値を取得または設定します。 圧縮しない場合は、ソースが読み取りやすくなります。 デフォルト値は false です。  
Public プロパティ C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets a value indicating whether multiple files were generated during export. If multiple files were generated, and the C1.Document.Export.ExportFilter.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 C1.Document.Export.ExportFilter.OutputFiles property. C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets the list of files which were generated by the call to C1.Document.Export.ExportFilter.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. C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets or sets the list of the document pages, fragments of these pages reference render objects of the document C1.Document.Export.ExportFilter.Document. C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets or sets the C1.Document.C1PageSettings providing exporting content. C1.Document.Export.ExportFilterから継承されます。
Public プロパティエクスポータが PDF 出力を PDF/A 互換にするかどうかを示す値を取得または設定します。 このプロパティは、 ServerSideが false の場合にのみ使用されます。  
Public プロパティPDF ドキュメントを誰が使用し、どのアクションを使用できるかを指定する PdfSecurityOptionsオブジェクトを取得します。 このプロパティは、 ServerSideが false の場合にのみ使用されます。  
Public プロパティ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.Document.Export.ExportFilterから継承されます。
Public プロパティGets or sets the range of pages that is to be exported. C1.Document.Export.ExportFilterから継承されます。
Public プロパティエクスポートをサーバー側で実行するかどうかを示す値を取得または設定します。 デフォルト値は true です。  
Public プロパティGets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. C1.Document.Export.ExportFilterから継承されます。
Public プロパティGets or sets the output stream. C1.Document.Export.ExportFilterから継承されます。
Public プロパティエクスポータで圧縮を使用するかどうかを示す値を取得または設定します。 このプロパティは、 ServerSideが false の場合にのみ使用されます。  
Public プロパティ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.Document.Export.ExportFilterから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティGets or sets C1.Document.C1SSRSDocumentSource object providing report data. C1.Document.Export.Ssrs.Exporterから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーライドされます。 エクスポータが、指定された型の範囲をエクスポートできるかどうかをテストします。  
Public メソッドオーバーロードされます。 Disposes the C1.Document.Export.ExportFilter object. C1.Document.Export.ExportFilterから継承されます。
Public メソッド C1.Document.Export.ExportFilterから継承されます。
Public メソッドOverridden. This functions does not used in SSRS exporters and throws NotImplementedException. C1.Document.Export.Ssrs.Exporterから継承されます。
Public メソッドDisplays a dialog that allows the user to edit the export options. C1.Document.Export.ExportFilterから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドオーバーロードされます。 For internal use. C1.Document.Export.Ssrs.Exporterから継承されます。
Protected メソッドFor internal use. C1.Document.Export.Ssrs.Exporterから継承されます。
Protected メソッドオーバーライドされます。 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.  
Protected メソッドオーバーライドされます。 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.  
Protected メソッドDisposes the C1.Document.Export.ExportFilter object. C1.Document.Export.ExportFilterから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッドオーバーライドされます。 Returns format identifier for SSRS.  
Protected メソッドReturns stream which should be used to store content if exporter produces SINGLE file during export. Do NOT dispose this stream, it will be automatically disposed after export if needed. C1.Document.Export.ExportFilterから継承されます。
Protected メソッドReturns stream which can be used to store content if exporter produces MULTIPLE files during export. Dispose this stream after using. C1.Document.Export.ExportFilterから継承されます。
Protected メソッドReturns total page count. C1.Document.Export.Ssrs.PaginatedExporterから継承されます。
Protected メソッドオーバーライドされます。   
トップ
参照

参照

PdfExporter クラス
C1.Win.Document.Export.Ssrs 名前空間