Udostępnij przez


Właściwość Report.ReportParameters

Parametry raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ReportParameters As IList(Of ReportParameter)
    Get
    Set
'Użycie
Dim instance As Report
Dim value As IList(Of ReportParameter)

value = instance.ReportParameters

instance.ReportParameters = value
public IList<ReportParameter> ReportParameters { get; set; }
public:
virtual property IList<ReportParameter^>^ ReportParameters {
    IList<ReportParameter^>^ get () sealed;
    void set (IList<ReportParameter^>^ value) sealed;
}
abstract ReportParameters : IList<ReportParameter> with get, set
override ReportParameters : IList<ReportParameter> with get, set
final function get ReportParameters () : IList<ReportParameter>
final function set ReportParameters (value : IList<ReportParameter>)

Wartość właściwości

Typ: System.Collections.Generic.IList<ReportParameter>
IList<T> Obiektu.

Implementacje

IReportData.ReportParameters