ReportViewerWebPart.OverrideParameters 屬性

定義

取得 ReportParameter 物件的集合,這些物件是用來覆寫 Web 組件中所載入報表的預設參數。

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

屬性值

ReportParameterDefaultCollection

ReportParameter 物件的集合。

屬性

備註

您可以使用這個屬性,將替代的預設報表參數提供給 ReportViewerWebPart

適用於