  | RootRenderContextParameters Property  | 
 
            Gets or sets the context parameters for the render
            
 
    Namespace: 
   SanteDB.BI.Rendering
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic IDictionary<string, Object> Parameters { get; }Public ReadOnly Property Parameters As IDictionary(Of String, Object)
	Get
public:
property IDictionary<String^, Object^>^ Parameters {
	IDictionary<String^, Object^>^ get ();
}member Parameters : IDictionary<string, Object> with get
Property Value
Type: 
IDictionaryString, 
Object
See Also