Udostępnij za pośrednictwem


CustomReportItem.ContainedReportItems Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the items contained in the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ContainedReportItems As IEnumerable(Of ReportItem)
    Get
'Usage
Dim instance As CustomReportItem 
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>

Property Value

Type: System.Collections.Generic.IEnumerable<ReportItem>
An IEnumerable<T> object.

See Also

Reference

CustomReportItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace