GridViewTransformReference Constructor (String, PropertyBag)
Initializes a new instance of the GridViewTransformReference class based on the object with the specified identifier and with the specified parameters.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
id As String, _
parameters As PropertyBag _
)
'Usage
Dim id As String
Dim parameters As PropertyBag
Dim instance As New GridViewTransformReference(id, parameters)
public GridViewTransformReference(
string id,
PropertyBag parameters
)
Parameters
id
Type: System.StringThe identifier of the transform to copy.
parameters
Type: Microsoft.PerformancePoint.Scorecards.PropertyBagThe transform parameters.
See Also
Reference
GridViewTransformReference Class
GridViewTransformReference Members