Click or drag to resize

ReportWidgetContent Class

Represents the ReportWidgetContent object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsReportWidgetContent

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 ReportWidgetContent : IWidgetContent

The ReportWidgetContent type exposes the following members.

Constructors
  NameDescription
Public methodReportWidgetContent
Top
Properties
  NameDescription
Public propertyHtmlContent
HTML snippet to render Report.
Public propertyHyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null)
Public propertyReportId
Report Id denoting container source
Public propertyWidgetType
Returns the type for this widget content object
Top
See Also