[]
Gets or sets the array of name-value pairs that describe the parameter values used to run the report.
public Parameter[] ReportParameters { get; set; }
Type | Description |
---|---|
Parameter[] | An array of Parameter objects representing the parameter values. |