[]
Gets or sets the array of export types available via the Export functionality of the Viewer.
[Parameter]
public ExportTypes[] AvailableExports { get; init; }
Type | Description |
---|---|
ExportTypes[] | An array of ExportTypes that specifies the formats in which the report can be exported. |
This property can only be set once during object initialization and cannot be changed afterwards.