Свойство MapSizeRuleInstance.StartSize
Gets the calculated value of the StartSize property in a MapSizeRule class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property StartSize As ReportSize
Get
'Применение
Dim instance As MapSizeRuleInstance
Dim value As ReportSize
value = instance.StartSize
public ReportSize StartSize { get; }
public:
property ReportSize^ StartSize {
ReportSize^ get ();
}
member StartSize : ReportSize
function get StartSize () : ReportSize
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the StartSize property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering