Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the distance of the item from the top of the containing object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Top As ReportSize
Get
Set
'Usage
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Top
instance.Top = value
public ReportSize Top { get; set; }
public:
property ReportSize Top {
ReportSize get ();
void set (ReportSize value);
}
member Top : ReportSize with get, set
function get Top () : ReportSize
function set Top (value : ReportSize)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The distance of the item from the top of the containing object.