共用方式為


ReportItems 屬性

The region that contains the elements of the report body.

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

語法

'宣告
Public Property ReportItems As IList(Of ReportItem)
    Get
    Set
'用途
Dim instance As Body
Dim value As IList(Of ReportItem)

value = instance.ReportItems

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

屬性值

型別:System.Collections.Generic. . :: . .IList< (Of < ( <'ReportItem> ) > ) >
A Ilist object.