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 the distance from this rectangle to the top of the container.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Top As ReportSize
Get
'Usage
Dim instance As Rectangle
Dim value As ReportSize
value = instance.Top
public override ReportSize Top { get; }
public:
virtual property ReportSize^ Top {
ReportSize^ get () override;
}
abstract Top : ReportSize
override Top : ReportSize
override function get Top () : ReportSize
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace