[]
Represents a parameter for a drillthrough action.
public struct DrillthroughParameter
| Name | Description |
|---|---|
| DrillthroughParameter(string, object, bool) | Initializes a new instance of the DrillthroughParameter struct. |
| Name | Description |
|---|---|
| Name | Gets the name of the parameter. |
| Omit | Gets a value indicating whether the parameter should be skipped. |
| Value | Gets the value of the parameter. |