WebPartContext Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the WebPartContext class.
Overload List
Name | Description | |
---|---|---|
WebPartContext() | Initializes a new instance of the WebPartContext class. | |
WebPartContext(IList<BIData>, Dictionary<String, String>) | Initializes a new instance of the WebPartContext class with the specified properties. | |
WebPartContext(IList<BIData>, IList<BIData>, List<String>, Dictionary<String, List<String>>, Dictionary<String, String>) | Initializes a new instance of the WebPartContext class. |
Top