Gets the keyed collection of
PivotView cards.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Cards As CardCollection |
Remarks
Example
The following example demonstrates how to change the caption of the Rows card:
or
| C# | Copy Code |
|---|
<Analysis:PivotView>
<Analysis:PivotView.Cards>
<Analysis:Card CardType="RowShelf" Text="ROWS"/>
</Analysis:PivotView.Cards>
</Analysis:PivotView> |
| C# | Copy Code |
|---|
PivotView.Cards[RowShelf].Text = "ROWS"; |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also