Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Contains information about a report parameter. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.ReportRendering.ReportParameter
Namespace: Microsoft.ReportingServices.ReportRendering
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 | Indicates whether the value of the parameter can be blank. |
![]() |
DataType | Gets the data type of the parameter. |
![]() |
MultiValue | Gets a Boolean value indicating whether this is a multivalue report parameter. |
![]() |
Name | Gets the name of the parameter. |
![]() |
Nullable | Gets a Boolean value indicating whether the value of the parameter can be nulluma referência nula (Nothing no Visual Basic). |
![]() |
Prompt | Gets the message to display to a user when asking for parameter values. |
![]() |
UsedInQuery | Indicates whether the parameter is used in a query. |
![]() |
Value | Gets the value of the parameter. |
![]() |
Values | Gets the values of a multivalued report parameter. |
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
Comentários
Parameters are passed in the order displayed in the user interface (UI).
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.
.gif)
.gif)