Compartilhar via


Propriedade do RDL ReportUrlProperty.Value

Gets the URL value of the property.

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

Sintaxe

'Declaração
Public ReadOnly Property Value As ReportUrl 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ReportUrlProperty Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering