Metodo GetAncestor(T)
The ancestor of this report object.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Function GetAncestor(Of T As Class) As T
'Utilizzo
Dim instance As ReportObject
Dim returnValue As T
returnValue = instance.GetAncestor()
public T GetAncestor<T>()
where T : class
public:
generic<typename T>
where T : ref class
T GetAncestor()
member GetAncestor : unit -> 'T when 'T : not struct
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- T
Valore restituito
Tipo: T
An object of type T.
Vedere anche