共用方式為


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.