Condividi tramite


Proprietà Parameter.Value

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As ReportVariantProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Parameter Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering