Report.Parameters 属性

定义

获取报表的参数。

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

属性值

一个包含此报表使用的参数的 ReportParameterCollection 对象。

适用于