ReportViewerWebPart.OverrideParameters 属性

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.

命名空间:  Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集:  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
<WebPartStorageAttribute(Storage.Shared)> _
Public ReadOnly Property OverrideParameters As ReportParameterDefaultCollection
    Get
用法
Dim instance As ReportViewerWebPart
Dim value As ReportParameterDefaultCollection

value = instance.OverrideParameters
[WebPartStorageAttribute(Storage.Shared)]
public ReportParameterDefaultCollection OverrideParameters { get; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property ReportParameterDefaultCollection^ OverrideParameters {
    ReportParameterDefaultCollection^ get ();
}
[<WebPartStorageAttribute(Storage.Shared)>]
member OverrideParameters : ReportParameterDefaultCollection
function get OverrideParameters () : ReportParameterDefaultCollection

属性值

类型:Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportParameterDefaultCollection
A collection of ReportParameter objects.

注释

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