ReportAction.ReportFormatParameters 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 format parameters.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ReportParameterCollection ReportFormatParameters { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ReportFormatParameters : Microsoft.AnalysisServices.ReportParameterCollection
Public ReadOnly Property ReportFormatParameters As ReportParameterCollection
Property Value
A collection of report format parameters.
- Attributes