Table of Contents

Class CreateReportResult

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the result of creating a new report.

public class CreateReportResult
Inheritance
CreateReportResult
Inherited Members

Properties

AccessLevel

The user's access level to the report.

public AccessLevel? AccessLevel { get; set; }

Property Value

AccessLevel?

Columns

Array of report columns.

public IList<ReportColumn> Columns { get; set; }

Property Value

IList<ReportColumn>

Id

The report's unique identifier.

public long? Id { get; set; }

Property Value

long?

IsSummaryReport

Set to true if the report is a sheet summary report; otherwise it is a row report.

public bool? IsSummaryReport { get; set; }

Property Value

bool?

Name

The report's name.

public string Name { get; set; }

Property Value

string

URL to the report in Smartsheet.

public string Permalink { get; set; }

Property Value

string