Report.Parameters 属性

Gets the parameters for the report.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Parameters As ReportParameterCollection 
    Get
用法
Dim instance As Report 
Dim value As ReportParameterCollection 

value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
    ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection

属性值

类型:Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
A ReportParameterCollection object with the parameters that this report uses.

请参阅

参考

Report 类

Microsoft.ReportingServices.ReportRendering 命名空间