ArcObjects Library Reference (ArcMap)  

IReportTemplate.SaveReportTemplate Method

Saves the report as a template file.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IReportTemplate Interface