CustomReportItem.ContainedReportItems Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает элементы, содержащиеся в отчете.
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)
Значение свойства
Объект IEnumerable<T>.
- Атрибуты