Clase ReportParameter
Contains information about a parameter to the report.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReportParameter
'Uso
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter = class end
public final class ReportParameter
El tipo ReportParameter expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AllowBlank | Gets a value that indicates whether the value for this parameter is allowed to be the empty string. | |
DataType | Gets the data type of the parameter | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MultiValue | Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values). | |
Name | Gets the name of the report parameter. | |
Nullable | Gets a value that indicates whether the value for this parameter is allowed to be Null. | |
Prompt | Gets an expression that evaluates to the user prompt to display when asking for parameter values. | |
UsedInQuery | Gets a value that indicates whether or not the parameter is used in a query in the report. |
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