| GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.ActiveReports.ArsClient 名前空間 > ArsRestClient クラス : GetDocument<T> メソッド |
'宣言 Public Function GetDocument(Of T As ArsDocument)( _ ByVal id As String, _ Optional ByVal version As Nullable(Of Integer) _ ) As T
public T GetDocument<T>( string id, Nullable<int> version ) where T: ArsDocument