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


IDataSummaryAction.DeliverFileReport 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.DeliverFileReport Property
ArcGIS Developer Help

IDataSummaryAction.DeliverFileReport Property

property DeliverFileReport.

[Visual Basic .NET]
Public Property DeliverFileReport As Boolean
[C#]
public bool DeliverFileReport {get; set;}
[C++]
HRESULT get_DeliverFileReport(
  Boolean* DeliverFileReport
);
[C++]
HRESULT put_DeliverFileReport(
  VARIANT_BOOL DeliverFileReport
);
[C++]
Parameters
DeliverFileReport [out, retval]

DeliverFileReport is a parameter of type bool* DeliverFileReport [in]
DeliverFileReport is a parameter of type bool

Product Availability

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

See Also

IDataSummaryAction Interface