Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ObservableCollection<SizeF> PagesSizes { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PagesSizes As ObservableCollection(Of SizeF) |
| Visual C++ |
|---|
public: property ObservableCollection<SizeF>^ PagesSizes { ObservableCollection<SizeF>^ get (); void set (ObservableCollection<SizeF>^ value); } |