StyleInstance.PaddingTop Property

Definition

Gets the calculated value of the PaddingTop property in a Style class.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ PaddingTop { Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ value); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportSize PaddingTop { get; set; }
member this.PaddingTop : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize with get, set
Public Overrides Property PaddingTop As ReportSize

Property Value

A ReportSize value that represents the calculated value of the PaddingTop property.

Applies to