Report.Parameters 属性

Gets the report parameters.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  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.OnDemandReportRendering.ReportParameterCollection
A ReportParameterCollection object.

请参阅

参考

Report 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间