Metoda ReportViewer.ExportDialog — (RenderingExtension)
Opens in the Exporting dialog box for a specific rendering extension.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Function ExportDialog ( _
extension As RenderingExtension _
) As DialogResult
public DialogResult ExportDialog(
RenderingExtension extension
)
public:
DialogResult ExportDialog(
RenderingExtension^ extension
)
member ExportDialog :
extension:RenderingExtension -> DialogResult
public function ExportDialog(
extension : RenderingExtension
) : DialogResult
Parametry
- extension
Typ: Microsoft.Reporting.WinForms.RenderingExtension
The rendering extension to use for the export.
Typically, youTo access the list of available rendering extensions, use using the ListRenderingExtensions method in ServerReport or LocalReport, depending on the processing mode (see ProcessingMode).
Wartość zwracana
Typ: DialogResult
Cancel if the user clicked the Cancel button; Abort if the export operation failed; otherwise, OK.
Uwagi
Invoking this method is equivalent to a user selecting an export format from the Export drop-down list on the toolbar.