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 | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Name | Gets the name of the parameter. | |
Omit | Gets an expression that evaluates to a value that indicates whether the parameter should be skipped. Valid only for drillthrough parameters. | |
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 | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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