共用方式為


Parameters 屬性

Parameters to the drillthrough report.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Parameters As IList(Of Parameter)
    Get
    Set
'用途
Dim instance As Drillthrough
Dim value As IList(Of Parameter)

value = instance.Parameters

instance.Parameters = value
public IList<Parameter> Parameters { get; set; }
public:
property IList<Parameter^>^ Parameters {
    IList<Parameter^>^ get ();
    void set (IList<Parameter^>^ value);
}
member Parameters : IList<Parameter> with get, set
function get Parameters () : IList<Parameter>
function set Parameters (value : IList<Parameter>)

屬性值

型別:System.Collections.Generic. . :: . .IList< (Of < ( <'Parameter> ) > ) >
An IList<(Of <(<'T>)>)> object.