Freigeben über


ReportUrlProperty.Value-Eigenschaft

Gets the URL value of the property.

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

Syntax

'Declaration
Public ReadOnly Property Value As ReportUrl 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
A ReportUrl object.

Siehe auch

Verweis

ReportUrlProperty Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace