Propriedade do RDL MapSubItemInstance.RightMargin
Gets the calculated value of the RightMargin property in a MapSubItem class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property RightMargin As ReportSize
Get
'Uso
Dim instance As MapSubItemInstance
Dim value As ReportSize
value = instance.RightMargin
public ReportSize RightMargin { get; }
public:
property ReportSize^ RightMargin {
ReportSize^ get ();
}
member RightMargin : ReportSize
function get RightMargin () : ReportSize
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the RightMargin property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering