[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetCode

GetCode Method

GetCode(string)

Gets the child and master report code based on the provided combined code.

Declaration
public MasterContentCode GetCode(string combinedCode)
Parameters
Type Name Description
string combinedCode

A string value indicating the combined code of the master and child reports.

Returns
Type Description
MasterContentCode

A MasterContentCode containing the master report code and child report code.

Implements