Udostępnij przez


Właściwość IReportData.ReportParameters

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

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

Składnia

'Deklaracja
ReadOnly Property ReportParameters As IList(Of ReportParameter)
    Get
'Użycie
Dim instance As IReportData
Dim value As IList(Of ReportParameter)

value = instance.ReportParameters
IList<ReportParameter> ReportParameters { get; }
property IList<ReportParameter^>^ ReportParameters {
    IList<ReportParameter^>^ get ();
}
abstract ReportParameters : IList<ReportParameter>
function get ReportParameters () : IList<ReportParameter>

Wartość właściwości

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