ReportItem.ContainedReportItems Property

Definition

Gets or sets the sub-items contained in this report item.

public:
 virtual property System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ ContainedReportItems { System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public virtual System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.ReportItem> ContainedReportItems { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.ContainedReportItems : seq<Microsoft.ReportingServices.RdlObjectModel.ReportItem>
Public Overridable ReadOnly Property ContainedReportItems As IEnumerable(Of ReportItem)

Property Value

The sub-items contained in this report item.

Attributes

Applies to