ArcObjects Library Reference (TrackingAnalyst)  

IDataSummaryAction.GetReport Method

method GetReport

[Visual Basic .NET]
Public Sub GetReport ( _
    ByRef Report As String _
)
[C#]
public void GetReport (
    ref string Report
);
[C++]
HRESULT GetReport(
  BSTR* Report
);
[C++]

Parameters

Report   Report 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