[]
Describes a sample report.
This struct encapsulates the details of a sample report including its path, name, description, id and preview.
public struct SampleReportDescriptor
Name | Description |
---|---|
SampleReportDescriptor(string, string, string, string, string) | Initializes a new instance of the SampleReportDescriptor struct. |
Name | Description |
---|---|
Description | Gets the description of the report. |
Id | Gets the Id of the report. |
Name | Gets the name of the report. |
Path | Gets the path of the report. |
ThumbnailPath | Gets the base64 encoded preview of the report. |