Report.ReportTemplate Property

Definition

Indicates whether the report is a report template.

public:
 property bool ReportTemplate { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool ReportTemplate { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.ReportTemplate : bool with get, set
Public Property ReportTemplate As Boolean

Property Value

True if the report is a report template; otherwise, false.

Attributes

Applies to