Compartilhar via


Propriedade do RDL Parameter.Value

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Value As ReportVariantProperty 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Parameter Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering