ArcObjects Library Reference (ArcMap)  

IReportTemplate.LoadReportTemplate Method

Loads the report template file.

[Visual Basic .NET]
Public Function LoadReportTemplate ( _
    ByVal templateFilePath As String _
) As Boolean
[C#]
public bool LoadReportTemplate (
    string templateFilePath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IReportTemplate Interface

.NET Samples

Generate a report (Code Files: ExportReport)