共用方式為


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.

請參閱

參考

CustomPropertyInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間