Propriedade do RDL TablixInstance.LeftMargin
Gets the evaluated width of the left margin.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LeftMargin As ReportSize
Get
'Uso
Dim instance As TablixInstance
Dim value As ReportSize
value = instance.LeftMargin
public ReportSize LeftMargin { get; }
public:
property ReportSize^ LeftMargin {
ReportSize^ get ();
}
member LeftMargin : ReportSize
function get LeftMargin () : ReportSize
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Returns ReportSize.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering