T
ActiveReports 8
AsObservable<T> Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > ObservableExtensions Class : AsObservable<T> Method

value

Glossary Item Box

Wraps the type to observable value.

Syntax

Visual Basic (Declaration) 
Public Shared Function AsObservable(Of T)( _
   ByVal value As T _
) As Observable(Of T)
C# 
public static Observable<T> AsObservable<T>( 
   T value
)

Parameters

value

Type Parameters

T

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also