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.
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
public: [WebPartStorageAttribute(Storage::Shared)] property ReportParameterDefaultCollection^ OverrideParameters { ReportParameterDefaultCollection^ get(); }
Property Value
Type: Microsoft.ReportingServices.SharePoint.UI.WebParts::ReportParameterDefaultCollection^A collection of ReportParameter objects.
Use this property to supply alternate default report parameters to the ReportViewerWebPart.
Show: