ActiveReports 11
MasterContentCode Constructor

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MasterContentCode Structure : MasterContentCode Constructor
The code property value coming from the master report.
The code property value coming fromt the child report.
Initializes a new instance of the MasterContentCode.
Syntax
'Declaration
 
Public Function New( _
   ByVal masterCode As String, _
   ByVal childCode As String _
)
public MasterContentCode( 
   string masterCode,
   string childCode
)

Parameters

masterCode
The code property value coming from the master report.
childCode
The code property value coming fromt the child report.
See Also

Reference

MasterContentCode Structure
MasterContentCode Members