Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the UseSecureConnection property in a MapTileLayer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property UseSecureConnection As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A MapTileStyle value that represents the calculated value of the UseSecureConnection property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace