MapSubItem.TopMargin Propiedad
Gets the top margin for the subitem.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property TopMargin As ReportSizeProperty
Get
'Uso
Dim instance As MapSubItem
Dim value As ReportSizeProperty
value = instance.TopMargin
public ReportSizeProperty TopMargin { get; }
public:
property ReportSizeProperty^ TopMargin {
ReportSizeProperty^ get ();
}
member TopMargin : ReportSizeProperty
function get TopMargin () : ReportSizeProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the top margin for the subitem.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering