[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.MasterReport

MasterReport Property

MasterReport

Gets or sets an URI for the master report, if any.

Declaration
public string MasterReport { get; set; }
Property Value
Type Description
string

A string value indicating the URI for the master report.

Examples
Report report = new Report();
report.MasterReport = "ExampleMasterReport.rdlx-master";