ReportUrlProperty.Value Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
A ReportUrl object.