combit List & Label 30 - .NET Help
combit.Reporting.Dom Namespace / ObjectReportContainer Class
Members Example


ObjectReportContainer Class

This class represents a report container object in List & Label. The following sub items may be included:

SubItemBase

SubItemChart

SubItemCrosstab

SubItemTable

Object Model
ObjectReportContainer ClassPropertyAnimation ClassPropertyBookmark ClassPropertyDefaultColumns ClassPropertyFontExt ClassPropertyFillingExt ClassPropertyFrame ClassPropertyBookmark ClassPropertyRect ClassCollectionSubItemBases ClassSubItemCore ClassPropertyXhtmlAnimation Class
Syntax
'Declaration
 
Public Class ObjectReportContainer 
   Inherits ObjectBase
 
Example
//Adding a report container and set some properties.
ObjectReportContainer container = new ObjectReportContainer(proj.Objects);

//Set the position of the report container.
container.Position.Set(10000, 40000, pageExtend.Width - 20000, pageExtend.Height - 44000);

//Add a crosstab to the report container. 
SubItemCrosstab crosstab = new SubItemCrosstab(container.SubItems);
Inheritance Hierarchy

System.Object
   combit.Reporting.Dom.DomItem
      combit.Reporting.Dom.ObjectBase
         combit.Reporting.Dom.ObjectReportContainer

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also