{{tag>Index Action Action_List Process UI Documents Version:v7.0}} ====== SAVE SCREEN ====== This action allows you to save image of a chart displayed on the current screen or the entire displayed screen in an attribute of the Picture or Document types (in the latter case the image is saved as PDF file). ===== Syntax ===== ''SAVE SCREEN'' [StringLiteral() ] ''TO'' AttributeIdentifier() [ ''AS PDF'' ] ===== Example ===== SAVE SCREEN 'my chart id' TO Object.PictureAttribute The action above saves the chart identified by id ''my chart id'' in the picture attribute of some object in the Context. The id of the chart can be specified when defining a chart query. SAVE SCREEN TO Object.PictureAttribute The action above saves the current screen in the picture attribute of some object in the Context. SAVE SCREEN TO Object.DocumentAttribute AS PDF The action above saves the current screen in the document attribute of some object in the Context as PDF file.