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


IDataSummaryAction.DeliverPrintedReport Property (ArcObjects .NET 10.6 SDK)
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(
  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