ReportUrlProperty Class
Represents a URL property in the report.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportUrlProperty _
    Inherits ReportProperty
'Usage
Dim instance As ReportUrlProperty
public sealed class ReportUrlProperty : ReportProperty
public ref class ReportUrlProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportUrlProperty =  
    class
        inherit ReportProperty
    end
public final class ReportUrlProperty extends ReportProperty
Inheritance Hierarchy
System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportUrlProperty
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.