Proprietà UseSecureConnection
Gets the calculated value of the UseSecureConnection property in a MapTileLayer class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property UseSecureConnection As Boolean
Get
'Utilizzo
Dim instance As MapTileLayerInstance
Dim value As Boolean
value = instance.UseSecureConnection
public bool UseSecureConnection { get; }
public:
property bool UseSecureConnection {
bool get ();
}
member UseSecureConnection : bool
function get UseSecureConnection () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
A MapTileStyle value that represents the calculated value of the UseSecureConnection property.
Vedere anche