Classe Parameter
Contains information about a parameter to a subreport or drillthrough.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Parameter
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class Parameter
'Uso
Dim instance As Parameter
public sealed class Parameter
public ref class Parameter sealed
[<SealedAttribute>]
type Parameter = class end
public final class Parameter
O tipo Parameter expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Name | Gets the name of the parameter. | |
Omit | Gets an expression that evaluates to a value that indicates whether the parameter should be skipped. Valid only for drillthrough parameters. | |
Value | Gets an expression that evaluates to the value to hand in for the parameter to the subreport or control. |
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