Share via


Report.ReportTemplate Propriété

Définition

Indique si le rapport est un modèle de rapport.

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

Valeur de propriété

True si le rapport est un modèle de rapport ; sinon, false.

Attributs

S’applique à