Classe ReportPrintEventArgs
Provides data for the Print and PrintingBegin events.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.ReportPrintEventArgs
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportPrintEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class ReportPrintEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportPrintEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportPrintEventArgs =
class
inherit CancelEventArgs
end
public final class ReportPrintEventArgs extends CancelEventArgs
O tipo ReportPrintEventArgs expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) | |
PrinterSettings | Gets or sets the printer settings to use for the current operation. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.