CustomPropertyInstance.Value 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Property Value As Object
    Get
    Set
用法
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)

属性值

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