ReportViewerWebPart.ReportPath Property

Definition

Gets or sets a fully qualified path to a report that is on the current SharePoint site, or on a site within the same Web application or farm.

public:
 property System::String ^ ReportPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public string ReportPath { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.ReportPath : string with get, set
Public Property ReportPath As String

Property Value

The report path.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarks

The ReportViewerWebPart can also consume a report path from a connected Web part that implements the IWebPartRow interface.

Applies to