Condividi tramite


Proprietà CustomProperty.Value

Value of the property.

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 CustomProperty 
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

CustomProperty Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering