Gets or sets where the background picture is displayed.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(PictureShowEnum.AllPages)] public PictureShowEnum PictureShow { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(PictureShowEnum.AllPages)> _ Public Property PictureShow As PictureShowEnum Get Set |
Remarks
To select the background picture and how it should be aligned on the page, use the Picture, PictureAlign, and PictureScale properties.
The default value for this property is PictureShowEnum.AllPages.