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


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

IDataSummaryAction.DeliverPrintedReport Property

property DeliverPrintedReport.

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

DeliverPrintedReport is a parameter of type bool* DeliverPrintedReport [in]
DeliverPrintedReport 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