共用方式為


ReportUrlProperty.Value 屬性

Gets the URL value of the property.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Value As ReportUrl 
    Get
'用途
Dim instance As ReportUrlProperty 
Dim value As ReportUrl 

value = instance.Value
public ReportUrl Value { get; }
public:
property ReportUrl^ Value {
    ReportUrl^ get ();
}
member Value : ReportUrl
function get Value () : ReportUrl

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
A ReportUrl object.

請參閱

參考

ReportUrlProperty 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間