Classe ReportPrintEventArgs
Fornisce i dati per gli eventi Print e PrintingBegin.
Gerarchia di ereditarietà
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.ReportPrintEventArgs
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
<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
Il tipo ReportPrintEventArgs espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
Cancel | Ottiene o imposta un valore che indica se l'evento debba essere annullato. (Ereditato da CancelEventArgs) | |
PrinterSettings | Recupera o imposta le impostazioni della stampante da utilizzare per l'operazione corrente. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.