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.