Propriété RightMargin
Gets the width of the right margin.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RightMargin As ReportSize
Get
'Utilisation
Dim instance As Page
Dim value As ReportSize
value = instance.RightMargin
public ReportSize RightMargin { get; }
public:
property ReportSize^ RightMargin {
ReportSize^ get ();
}
member RightMargin : ReportSize
function get RightMargin () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.