Właściwość MapSizeRuleInstance.StartSize
Pobiera wartość obliczoną StartSize właściwość w MapSizeRule klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property StartSize As ReportSize
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize wartości reprezentującej obliczonej wartości StartSize właściwość.
Zobacz także