Propriedade do RDL 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.
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
Public ReadOnly Property OverrideParameters As ReportParameterDefaultCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.SharePoint.UI.WebParts. . :: . .ReportParameterDefaultCollection
A collection of ReportParameter objects.
Comentários
Use this property to supply alternate default report parameters to the ReportViewerWebPart.
Consulte também