Udostępnij za pośrednictwem


Właściwość MapSizeRule.StartSize

Pobiera lub ustawia start rozmiar na rozmiar zakres do mapowania punktów lub zmapować wiersze.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property StartSize As ReportExpression(Of ReportSize)
    Get
    Set
'Użycie
Dim instance As MapSizeRule
Dim value As ReportExpression(Of ReportSize)

value = instance.StartSize

instance.StartSize = value
public ReportExpression<ReportSize> StartSize { get; set; }
public:
property ReportExpression<ReportSize> StartSize {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member StartSize : ReportExpression<ReportSize> with get, set
function get StartSize () : ReportExpression<ReportSize>
function set StartSize (value : ReportExpression<ReportSize>)