Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the margins for a report page. Read-only.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property Margins As ReportMargins
Get
Set
'Usage
Dim instance As PageSettings
Dim value As ReportMargins
value = instance.Margins
instance.Margins = value
public ReportMargins Margins { get; set; }
public:
property ReportMargins^ Margins {
ReportMargins^ get ();
void set (ReportMargins^ value);
}
member Margins : ReportMargins with get, set
function get Margins () : ReportMargins
function set Margins (value : ReportMargins)
Property Value
Type: ReportExecution2005.ReportMargins
A read-only ReportMargins object encapsulating the margins for a report page.