Click or drag to resize

ReportPublish Class

Represents the Report Publish object (see http://smartsheet-platform.github.io/api-docs/?shell#reportpublish-object
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsReportPublish

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 ReportPublish

The ReportPublish type exposes the following members.

Constructors
  NameDescription
Public methodReportPublish
Top
Properties
  NameDescription
Public propertyReadOnlyFullAccessibleBy
if "ALL", it is available to anyone who has the link. if "ORG", it is available only to members of the report owner’s Smartsheet organization. Only returned in a response if readOnlyFullEnabled = true.
Public propertyReadOnlyFullDefaultView
The read only full default view
Public propertyReadOnlyFullEnabled
If true, a rich version of the report is published with the ability to download row attachments and discussions
Public propertyReadOnlyFullShowToolbar
The read only full show toolbar flag
Public propertyReadOnlyFullUrl
URL for 'Read-Only Full’ view of the published report. Only returned in a response if readOnlyFullEnabled = true.
Top
See Also