Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Indicates whether the report is a report template.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportTemplate As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
True if the report is a report template; otherwise, false.