Condividi tramite


Proprietà ReportUrlProperty.Value

Gets the URL value of the property.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ReportUrlProperty Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering