ReportViewerWebPart.OverrideParameters Property

Definition

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.

public:
 property Microsoft::ReportingServices::SharePoint::UI::WebParts::ReportParameterDefaultCollection ^ OverrideParameters { Microsoft::ReportingServices::SharePoint::UI::WebParts::ReportParameterDefaultCollection ^ get(); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportParameterDefaultCollection OverrideParameters { get; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.OverrideParameters : Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportParameterDefaultCollection
Public ReadOnly Property OverrideParameters As ReportParameterDefaultCollection

Property Value

A collection of ReportParameter objects.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarks

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

Applies to