'Declaration Public Property MasterReport As String
public string MasterReport {get; set;}
Report report = new Report(); report.MasterReport = "ExampleMasterReport.rdlx-master";
Report Class Report Members