Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the PaddingRight property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property PaddingRight As ReportSize
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As ReportSize
value = instance.PaddingRight
instance.PaddingRight = value
public override ReportSize PaddingRight { get; set; }
public:
virtual property ReportSize^ PaddingRight {
ReportSize^ get () override;
void set (ReportSize^ value) override;
}
abstract PaddingRight : ReportSize with get, set
override PaddingRight : ReportSize with get, set
override function get PaddingRight () : ReportSize
override function set PaddingRight (value : ReportSize)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the PaddingRight property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace