Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the end size of the size range to be applied to map points or map lines.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property EndSize As ReportSizeProperty
Get
'Usage
Dim instance As MapSizeRule
Dim value As ReportSizeProperty
value = instance.EndSize
public ReportSizeProperty EndSize { get; }
public:
property ReportSizeProperty^ EndSize {
ReportSizeProperty^ get ();
}
member EndSize : ReportSizeProperty
function get EndSize () : ReportSizeProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace