ReportViewerWebPart::OverrideParameters Property

 

Updated: February 25, 2016

Gets a collection of ReportParameter objects that are used to override the default parameters for the report that is being loaded in the Web Part.

Namespace:   Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

public:
[WebPartStorageAttribute(Storage::Shared)]
property ReportParameterDefaultCollection^ OverrideParameters {
	ReportParameterDefaultCollection^ get();
}

Use this property to supply alternate default report parameters to the ReportViewerWebPart.

Return to top
Show: