Rectangle.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 the contained report items in the rectangle.
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
The contained report items in the rectangle.
- Attributes