Share via


SqlReportViewData.ReportSite property

In "IntegratedModeV2" mode -- the path of the sharepoint site that hosts the the report specified in ReportUrl. This site is used as the root for the _layouts/ReportServer/RSViewerPage.aspx for rendering, and the root for the RS integrated mode web service at _vti_bin/ReportServer used by designer when querying the report.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ReportSite As String
    Get
    Set
'Usage
Dim instance As SqlReportViewData
Dim value As String

value = instance.ReportSite

instance.ReportSite = value
public string ReportSite { get; set; }

Property value

Type: System.String

See also

Reference

SqlReportViewData class

SqlReportViewData members

Microsoft.PerformancePoint.Scorecards namespace