Classe Parameter
Contains information about a parameter to a subreport or drillthrough.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..Parameter
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Parameter
'Utilisation
Dim instance As Parameter
public sealed class Parameter
public ref class Parameter sealed
[<SealedAttribute>]
type Parameter = class end
public final class Parameter
Le type Parameter expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.