PaddingTop 속성
Gets an expression that evaluates to the padding between the top edge of the report item and its contents.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Overrides ReadOnly Property PaddingTop As ReportSizeProperty
Get
‘사용 방법
Dim instance As Style
Dim value As ReportSizeProperty
value = instance.PaddingTop
public override ReportSizeProperty PaddingTop { get; }
public:
virtual property ReportSizeProperty^ PaddingTop {
ReportSizeProperty^ get () override;
}
abstract PaddingTop : ReportSizeProperty
override PaddingTop : ReportSizeProperty
override function get PaddingTop () : ReportSizeProperty