Свойство RightMargin
Gets the right margin for the subitem.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property RightMargin As ReportSizeProperty
Get
'Применение
Dim instance As MapSubItem
Dim value As ReportSizeProperty
value = instance.RightMargin
public ReportSizeProperty RightMargin { get; }
public:
property ReportSizeProperty^ RightMargin {
ReportSizeProperty^ get ();
}
member RightMargin : ReportSizeProperty
function get RightMargin () : ReportSizeProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.
См. также