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