Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the contained report items in the rectangle.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ContainedReportItems As IEnumerable(Of ReportItem)
Get
'Usage
Dim instance As Rectangle
Dim value As IEnumerable(Of ReportItem)
value = instance.ContainedReportItems
public override IEnumerable<ReportItem> ContainedReportItems { get; }
public:
virtual property IEnumerable<ReportItem^>^ ContainedReportItems {
IEnumerable<ReportItem^>^ get () override;
}
abstract ContainedReportItems : IEnumerable<ReportItem>
override ContainedReportItems : IEnumerable<ReportItem>
override function get ContainedReportItems () : IEnumerable<ReportItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ReportItem>
The contained report items in the rectangle.