共用方式為


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 命名空間