Classe ReportParameter
Contains information about a parameter to the report.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
O tipo ReportParameter expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering