다음을 통해 공유


Style.PaddingRight 속성

Gets an expression that evaluates to the padding between the right edge of the report item and its contents.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Overrides ReadOnly Property PaddingRight As ReportSizeProperty 
    Get
‘사용 방법
Dim instance As Style 
Dim value As ReportSizeProperty 

value = instance.PaddingRight
public override ReportSizeProperty PaddingRight { get; }
public:
virtual property ReportSizeProperty^ PaddingRight {
    ReportSizeProperty^ get () override;
}
abstract PaddingRight : ReportSizeProperty 
override PaddingRight : ReportSizeProperty
override function get PaddingRight () : ReportSizeProperty

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the padding between the right edge of the report item and its contents.

참고 항목

참조

Style 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스