C# Class Rock.Model.ReportService

Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
GetNewFromTemplate ( int reportId ) : Report

Create a new non-persisted Report using an existing Report as a template.

Method Details

GetNewFromTemplate() public method

Create a new non-persisted Report using an existing Report as a template.
public GetNewFromTemplate ( int reportId ) : Report
reportId int The identifier of a Report to use as a template for the new Report.
return Report