Class Report
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Report object.
public class Report : AbstractSheet<ReportRow, ReportColumn, ReportCell>
- Inheritance
-
Report
- Inherited Members
Properties
Scope
Returns the scope of the report
public Scope Scope { get; set; }
Property Value
SourceSheet
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”.
public IList<Sheet> SourceSheet { get; set; }
Property Value
Methods
GetColumnById(long)
Get a Column by ID.
public ReportColumn GetColumnById(long columnId)
Parameters
columnId
longthe column Id
Returns
- ReportColumn
the column by Id