Udostępnij za pośrednictwem


Klasa ReportParametersEventArgs

Provides data for the SubmittingParameterValues event.

Hierarchia dziedziczenia

Object
  EventArgs
    CancelEventArgs
      Microsoft.Reporting.WebForms.ReportParametersEventArgs

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<ComVisibleAttribute(False)> _
Public Class ReportParametersEventArgs _
    Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public class ReportParametersEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportParametersEventArgs : public CancelEventArgs
[<ComVisibleAttribute(false)>]
type ReportParametersEventArgs =  
    class
        inherit CancelEventArgs
    end
public class ReportParametersEventArgs extends CancelEventArgs

Typ ReportParametersEventArgs uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna AutoSubmit Gets a value indicating whether the SubmittingParameterValues event is triggered by the automatic submission of report parameters due to dependencies between them.
Właściwość publiczna Cancel Pobiera lub ustawia wartość określającą, czy zdarzenie powinno być anulowane. (Odziedziczone z CancelEventArgs).
Właściwość publiczna Parameters Gets the parameters that are being submitted to the report server by the user in the parameter prompt area.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms