Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.WebControls.Charting
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property Parameters As DataParameterCollection
Get
Set
'Usage
Dim instance As WebPart
Dim value As DataParameterCollection
value = instance.Parameters
instance.Parameters = value
public DataParameterCollection Parameters { get; set; }
Property Value
Type: DataParameterCollection