Свойство 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.