Propriété Top
Gets the distance of the item from the top of the containing object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property Top As ReportSize
Get
'Utilisation
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Top
public virtual ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
ReportSize^ get ();
}
abstract Top : ReportSize
override Top : ReportSize
function get Top () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Voir aussi