Classe ReportParameterInstance
Represents an instance type of the ReportParameter class, and contains the calculated values of the properties in ReportParameter.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
O tipo ReportParameterInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
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