Compartilhar via


Propriedade do RDL CustomPropertyInstance.Value

Gets the calculated value of the Value property in a CustomProperty class.

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

Sintaxe

'Declaração
Public Property Value As Object 
    Get 
    Set
'Uso
Dim instance As CustomPropertyInstance 
Dim value As Object 

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Valor da propriedade

Tipo: System.Object
An object that represents the calculated value of the Value property.

Consulte também

Referência

CustomPropertyInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering