GridViewDataInputs Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the information used to create an instance of a GridViewData object.
The GridViewDataInputs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridViewDataInputs | Initializes a new instance of the GridViewDataInputs class. |
Top
Properties
Name | Description | |
---|---|---|
MemberTransforms | Gets or sets the member transforms that are applied to the scorecard view. | |
PageFilters | Gets or sets the filters that are used to slice the scorecard. | |
ScorecardLocation | Gets or sets the location of the associated scorecard in the repository. | |
ScorecardLocationString | Gets or sets the location of the associated scorecard in the repository as a string. | |
TimeIntelligenceCurrentTime | Gets or sets the time value used for computing a time intelligence filter that is connected to the TICurrentDateTime endpoint. | |
TimeIntelligenceFormula | Gets or sets the value of a time intelligence filter that is connected to the TIFormula endpoint. |
Top
Methods
Name | Description | |
---|---|---|
CreateFromString | Creates a GridViewDataInputs object from the specified serialized string. | |
Equals | (Inherited from Object.) | |
FillPropertyBags | Fills the dictionary of property bags that are used by the GenerateView methods, based on the specified dictionary. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPropertyBags | Creates the dictionary of property bags that are used by the GenerateView methods, based on the fields of this class. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToSerializedString | Serializes this object to a string. | |
ToString | (Inherited from Object.) |
Top