Udostępnij przez


Właściwość MapTileLayer.UseSecureConnection

Wskazuje, czy używać bezpiecznego połączenia podczas pobierania danych sąsiadująco.

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

Składnia

'Deklaracja
Public Property UseSecureConnection As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As MapTileLayer
Dim value As ReportExpression(Of Boolean)

value = instance.UseSecureConnection

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