ArcObjects Library Reference (ArcMap)  

IReportDataSource.Layer Property

Indicates the data for the report is from a layer.

[Visual Basic .NET]
Public Property Layer As ILayer
[C#]
public ILayer Layer {get; set;}

Product Availability

Available with ArcGIS Desktop.

See Also

IReportDataSource Interface

.NET Samples

Generate a report (Code Files: ExportReport)