Print Enabled
Defines whether the Print feature is allowed.
In the following example, we set the printenabled to false so Print menu is not available under Export option.
<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>
<PrintEnabled>false</PrintEnabled>
</Pivot>