ReportParameters-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
ReadOnly Property ReportParameters As IList(Of ReportParameter)
Get
'Usage
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>
Eigenschaftenwert
Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'ReportParameter> ) > ) >
An IList<(Of <(<'T>)>)> object.