Свойство ReportTemplate

Indicates whether this 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
A Boolean value.