Compartir a través de


Clase Parameter

Contains information about a parameter to a subreport or drillthrough.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Parameter

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class Parameter
'Uso
Dim instance As Parameter
public sealed class Parameter
public ref class Parameter sealed
[<SealedAttribute>]
type Parameter =  class end
public final class Parameter

El tipo Parameter expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Name Gets the name of the parameter.
Propiedad pública Omit Gets an expression that evaluates to a value that indicates whether the parameter should be skipped. Valid only for drillthrough parameters.
Propiedad pública Value Gets an expression that evaluates to the value to hand in for the parameter to the subreport or control.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering