Report.URL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).