Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.