Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace