ArcObjects Library Reference (TrackingAnalyst)  

IDataSummaryAction.DeliverPrintedReport Property

property DeliverPrintedReport.

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

Parameters

DeliverPrintedReport [out, retval]   DeliverPrintedReport is a parameter of type VARIANT_BOOL DeliverPrintedReport [in]   DeliverPrintedReport is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataSummaryAction Interface