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