Propriedade do RDL Left
The distance of the item from the left of the containing object
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Left As ReportSize
Get
Set
'Uso
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Left
instance.Left = value
public ReportSize Left { get; set; }
public:
property ReportSize Left {
ReportSize get ();
void set (ReportSize value);
}
member Left : ReportSize with get, set
function get Left () : ReportSize
function set Left (value : ReportSize)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.