This document is archived and information here might be outdated.  Recommended version.


IDataSummaryAction.ReportTitle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDataSummaryAction.ReportTitle Property

property ReportTitle.

[Visual Basic .NET]
Public Property ReportTitle As String
[C#]
public string ReportTitle {get; set;}
[C++]
HRESULT get_ReportTitle(
  BSTR* ReportTitle
);
[C++]
HRESULT put_ReportTitle(
  BSTR ReportTitle
);
[C++]

Parameters ReportTitle [out, retval] ReportTitle is a parameter of type BSTR ReportTitle [in] ReportTitle is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDataSummaryAction Interface