[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemOwners

ItemOwners Enum

Specifies the report component owner when master report is defined for child report.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
[Flags]
public enum ItemOwners

Fields

Name Description
Child

Item was contributed by the child report.

Master

Item was inferred from the master report.

None

Unknow/not applicable.

Extension Methods