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


IDataSummaryAction.ReportTitle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDataSummaryAction Interface > IDataSummaryAction.ReportTitle Property
ArcGIS Developer Help

IDataSummaryAction.ReportTitle Property

property ReportTitle.

[Visual Basic .NET]
Public Property ReportTitle As String
[C#]
public string ReportTitle {get; set;}
[C++]
HRESULT get_ReportTitle(
  System.String* 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