Udostępnij przez


Właściwość MapViewport.ContentMargin

Pobiera lub ustawia margines między wziernika mapy i jego zawartości.

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

Składnia

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

value = instance.ContentMargin

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