다음을 통해 공유


Report.ReportTemplate 속성

Indicates whether the report is a report template.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ReportTemplate As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Report 
Dim value As Boolean 

value = instance.ReportTemplate

instance.ReportTemplate = value
public bool ReportTemplate { get; set; }
public:
property bool ReportTemplate {
    bool get ();
    void set (bool value);
}
member ReportTemplate : bool with get, set
function get ReportTemplate () : boolean 
function set ReportTemplate (value : boolean)

속성 값

유형: System.Boolean
True if the report is a report template; otherwise, false.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스