Report.Parameters 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 the parameters for the report.
public:
property Microsoft::ReportingServices::ReportRendering::ReportParameterCollection ^ Parameters { Microsoft::ReportingServices::ReportRendering::ReportParameterCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportParameterCollection Parameters { get; }
member this.Parameters : Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
Public ReadOnly Property Parameters As ReportParameterCollection
Property Value
A ReportParameterCollection object with the parameters that this report uses.