[]
Gets or sets an URI for the master report, if any.
public string MasterReport { get; set; }
Type | Description |
---|---|
string | A string value indicating the URI for the master report. |
Report report = new Report();
report.MasterReport = "ExampleMasterReport.rdlx-master";