共用方式為


Rectangle.ContainedReportItems 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the contained report items in the rectangle.

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

語法

'宣告
Public Overrides ReadOnly Property ContainedReportItems As IEnumerable(Of ReportItem)
    Get
'用途
Dim instance As Rectangle 
Dim value As IEnumerable(Of ReportItem)

value = instance.ContainedReportItems
public override IEnumerable<ReportItem> ContainedReportItems { get; }
public:
virtual property IEnumerable<ReportItem^>^ ContainedReportItems {
    IEnumerable<ReportItem^>^ get () override;
}
abstract ContainedReportItems : IEnumerable<ReportItem>
override ContainedReportItems : IEnumerable<ReportItem>
override function get ContainedReportItems () : IEnumerable<ReportItem>

屬性值

型別:System.Collections.Generic.IEnumerable<ReportItem>
The contained report items in the rectangle.

請參閱

參考

Rectangle 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間