Method | Description | |
---|---|---|
GetNewFromTemplate ( int reportId ) : Report |
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 |