Propriedade do RDL MapSubItem.TopMargin
Gets the top margin for the subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the top margin for the subitem.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering