MasterReport Property (Report)
Gets or sets an URI for the master report, if any.
public string MasterReport {get; set;}
'Declaration
Public Property MasterReport As String
Property Value
A
System.String value indicating the URI for the master report.
Report report = new Report();
report.MasterReport = "ExampleMasterReport.rdlx-master";