Click or drag to resize

ReportResourcesGetReport Method

Overload List
  NameDescription
Public methodGetReport(Int64, IEnumerableReportInclusion, NullableInt32, NullableInt32)

Gets the Report, including one page of Rows, and optionally populated with Discussions, Attachments, and source Sheets.

It mirrors to the following Smartsheet REST API method: GET /reports/{reportId}

Public methodGetReport(Int64, IEnumerableReportInclusion, NullableInt32, NullableInt32, NullableInt32)

Gets the Report, including one page of Rows, and optionally populated with Discussions, Attachments, and source Sheets.

It mirrors to the following Smartsheet REST API method: GET /reports/{reportId}

Top
See Also