FlexReport for WinForms
Parameters プロパティ (ReportSession)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス : Parameters プロパティ
Gets the list of parameters of the currently loaded report.
シンタックス
'宣言
 
Public ReadOnly Property Parameters As System.Collections.Generic.IList(Of ReportParameter)
'使用法
 
Dim instance As ReportSession
Dim value As System.Collections.Generic.IList(Of ReportParameter)
 
value = instance.Parameters
public System.Collections.Generic.IList<ReportParameter> Parameters {get;}
参照

参照

ReportSession クラス
ReportSession メンバ