Gets or sets the percent of perspective. Applies only if perspective projection is used (i.e. when ProjectionMode is Perspective).

Default: 0.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlInt Perspective { get; set; }
Visual Basic
Public Property Perspective As RdlInt
	Get
	Set

See Also