Click or drag to resize

Report Class

Represents the Report object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsAbstractSheetReportRow, ReportColumn, ReportCell
        Smartsheet.Api.ModelsReport

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Report : AbstractSheet<ReportRow, ReportColumn, ReportCell>

The Report type exposes the following members.

Constructors
  NameDescription
Public methodReport
Top
Properties
  NameDescription
Public propertyScope
Returns the scope of the report
Public propertySourceSheet
Array of Sheet objects (without rows), representing the sheets that rows in the report originated from. Only included in the Get Report response if the include parameter specifies “sourceSheets”.
Top
Methods
  NameDescription
Public methodGetColumnById
Get a by ID.
Top
See Also