Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the sub-items contained in this report item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ContainedReportItems As IEnumerable(Of ReportItem)
Get
'Usage
Dim instance As ReportItem
Dim value As IEnumerable(Of ReportItem)
value = instance.ContainedReportItems
public virtual IEnumerable<ReportItem> ContainedReportItems { get; }
public:
virtual property IEnumerable<ReportItem^>^ ContainedReportItems {
IEnumerable<ReportItem^>^ get ();
}
abstract ContainedReportItems : IEnumerable<ReportItem>
override ContainedReportItems : IEnumerable<ReportItem>
function get ContainedReportItems () : IEnumerable<ReportItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ReportItem>
The sub-items contained in this report item.