Clase ReportParameterInstance
Represents an instance type of the ReportParameter class, and contains the calculated values of the properties in ReportParameter.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReportParameterInstance
'Uso
Dim instance As ReportParameterInstance
public sealed class ReportParameterInstance
public ref class ReportParameterInstance sealed
[<SealedAttribute>]
type ReportParameterInstance = class end
public final class ReportParameterInstance
El tipo ReportParameterInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Label | Gets the label of the parameter. | |
Labels | Gets the labels of the parameter. | |
Prompt | Gets the calculated value of the Prompt property in a ReportParameter class. | |
Value | Gets the value of the parameter. | |
Values | Gets the values of the parameter. |
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