Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether to use a secure connection when getting tile data.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UseSecureConnection As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.