  | RootRenderContextScopedObject Property  | 
 
            The scoped object is the report
            
 
    Namespace: 
   SanteDB.BI.Rendering
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic Object ScopedObject { get; }Public ReadOnly Property ScopedObject As Object
	Get
public:
virtual property Object^ ScopedObject {
	Object^ get () sealed;
}abstract ScopedObject : Object with get
override ScopedObject : Object with get
Property Value
Type: 
ObjectImplements
IRenderContextScopedObject
See Also