Gets or sets page width.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public double Width { get; private set; }
Visual Basic (Declaration)
Public Property Width As Double
Visual C++
public:
property double Width {
	double get ();
	void set (double value);
}

Field Value

The width.

See Also