ContainerReportItem.Children 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.
public: property Microsoft::ReportDesigner::ReportItemList ^ Children { public:
Microsoft::ReportDesigner::ReportItemList ^ get(); protected:
void set(Microsoft::ReportDesigner::ReportItemList ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.ReportDesigner.ReportItemList Children { get; protected set; }
[<System.ComponentModel.Browsable(false)>]
member this.Children : Microsoft.ReportDesigner.ReportItemList with get, set
Public Property Children As ReportItemList
Property Value
- Attributes