Proprietà TopMargin
Width of the top margin.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TopMargin As ReportSize
Get
'Utilizzo
Dim instance As Page
Dim value As ReportSize
value = instance.TopMargin
public ReportSize TopMargin { get; }
public:
property ReportSize^ TopMargin {
ReportSize^ get ();
}
member TopMargin : ReportSize
function get TopMargin () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Vedere anche