C# 클래스 Rock.Model.ReportService

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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