Свойство BackFrameInstance.FrameWidth
Gets the calculated value of the FrameWidth property in a BackFrame class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property FrameWidth As Double
Get
'Применение
Dim instance As BackFrameInstance
Dim value As Double
value = instance.FrameWidth
public double FrameWidth { get; }
public:
property double FrameWidth {
double get ();
}
member FrameWidth : float
function get FrameWidth () : double
Значение свойства
Тип: System.Double
A double value that represents the calculated value of the FrameWidth property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering