C# Класс Rock.Model.ReportService

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetNewFromTemplate ( int reportId ) : Report

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

Описание методов

GetNewFromTemplate() публичный метод

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.
Результат Report