Table of Contents

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

Scope

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

IList<Sheet>

Methods

GetColumnById(long)

Get a Column by ID.

public ReportColumn GetColumnById(long columnId)

Parameters

columnId long

the column Id

Returns

ReportColumn

the column by Id