Template Property (ReportSnapshot)
In This Topic
Gets the report RDL template.
Syntax
'Declaration
Public ReadOnly Property Template As String
public string Template {get;}
Property Value
A
System.String representing the report RDL template.
See Also