ReportAction.ReportParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of report parameters for the action.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ReportParameterCollection ReportParameters { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ReportParameters : Microsoft.AnalysisServices.ReportParameterCollection
Public ReadOnly Property ReportParameters As ReportParameterCollection
Property Value
A collection of report parameters.
- Attributes