[]
Gets or sets the array of name-value pairs that describe the parameters values used to run the report.
[Parameter]
public Parameter[] Parameters { get; init; }
Type | Description |
---|---|
Parameter[] | An array of Parameter objects. |
This property can only be set once during object initialization and cannot be changed afterwards.