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.

See Also

Reference

ReportBase Class

ReportBase Members

Microsoft.Office.RecordsManagement.Reporting Namespace