Class ReportWidgetContent
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the ReportWidgetContent object.
public class ReportWidgetContent : IWidgetContent
- Inheritance
-
ReportWidgetContent
- Implements
- Inherited Members
Properties
HtmlContent
HTML snippet to render Report.
public string HtmlContent { get; set; }
Property Value
- string
the HTML string
Hyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null)
public WidgetHyperlink Hyperlink { get; set; }
Property Value
- WidgetHyperlink
the Link
ReportId
Report Id denoting container source
public long? ReportId { get; set; }
Property Value
- long?
the report id
WidgetType
Returns the type for this widget content object
public WidgetType WidgetType { get; }