Partager via


Propriété Value

Gets the URL value of the property.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As ReportUrl
    Get
'Utilisation
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