Report.ReportTemplate Propiedad

Definición

Indica si se trata de una plantilla de informe.

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

Valor de propiedad

True, si el informe es una plantilla de informe; en caso contrario, false.

Atributos

Se aplica a