Partager via


Propriété Parameter.Value

Gets an expression that evaluates to the value to hand in for the parameter to the subreport or control.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As ReportVariantProperty 
    Get
'Utilisation
Dim instance As Parameter 
Dim value As ReportVariantProperty 

value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
    ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Voir aussi

Référence

Parameter Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering