Proprietà Report.ReportTemplate

Indicates whether the report is a report template.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ReportTemplate As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel