ReportBase.Template property
Gets a Byte[] representing the template for the report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Template As Byte()
Get
'Usage
Dim instance As ReportBase
Dim value As Byte()
value = instance.Template
public virtual byte[] Template { get; }
Property value
Type: []
Returns Byte.