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>


images/download/attachments/144835805/printenabled-version-1-modificationdate-1645050792000-api-v2.png