ReportViewerWebPart.OverrideParameters Propriété

Définition

Obtient une collection d'objets ReportParameter utilisés pour remplacer les paramètres par défaut pour le rapport chargé dans le WebPart.

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

Valeur de propriété

Collection d'objets ReportParameter.

Attributs
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarques

Utilisez cette propriété pour fournir d’autres paramètres de rapport par défaut au ReportViewerWebPart.

S’applique à