Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for the report ReportExport event.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WinForms.ReportExportEventArgs
Syntax
[ComVisibleAttribute(false)]
public sealed class ReportExportEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportExportEventArgs sealed : CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportExportEventArgs =
class
inherit CancelEventArgs
end
<ComVisibleAttribute(False)>
Public NotInheritable Class ReportExportEventArgs
Inherits CancelEventArgs
Constructors
| Name | Description | |
|---|---|---|
![]() |
ReportExportEventArgs(RenderingExtension) | Constructs a ReportExportEventArgs object. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Cancel | (Inherited from CancelEventArgs.) |
![]() |
DeviceInfo | Gets or sets an XML string that contains the device-specific content that is required by the rendering extension specified in the Extension parameter. |
![]() |
Extension | Returns a RenderingExtension used for exporting the report. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Remarks
This is passed to the T:Microsoft.Reporting.WinForms.ReportExportEventHandler delegate when an ReportExport event occurs.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top
.gif)
.jpeg)