CustomReportItem.ContainedReportItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the items contained in the report.
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 override System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.ReportItem> ContainedReportItems { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.ContainedReportItems : seq<Microsoft.ReportingServices.RdlObjectModel.ReportItem>
Public Overrides ReadOnly Property ContainedReportItems As IEnumerable(Of ReportItem)
Property Value
An IEnumerable<T> object.
- Attributes