[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MasterContentCode

MasterContentCode Struct

Represents a struct for containing the master and child report code separately.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public struct MasterContentCode

Constructors

Name Description
MasterContentCode(string, string)

Initializes a new instance of the MasterContentCode struct.

Properties

Name Description
ChildCode

Gets the code property value from the child report.

MasterCode

Gets the code property value from the master report.

Extension Methods