Export Enabled

Defines whether the Export button is enabled.

In the following example, we set the ExportEnabled to false (default is true).

<Pivot>
<PivotName>BooksStoreCharts</PivotName>
<Rows>
<FieldName>Title</FieldName>
<FieldName>Genre</FieldName>
</Rows>
<Columns>
<FieldName>AvailableOnline</FieldName>
<FieldName>ISBN</FieldName>
</Columns>
<Measures>
<FieldName>Rating</FieldName>
</Measures>
<ExportEnabled>false</ExportEnabled>
</Pivot>