Report.URL Property

Definition

Gets the URL to the report on the report server.

public:
 abstract property System::String ^ URL { System::String ^ get(); };
public abstract string URL { get; }
member this.URL : string
Public MustOverride ReadOnly Property URL As String

Property Value

The URL to the report. The URL is the full URL access string to the report. For more information, see URL Access (SSRS).

Applies to