タイル データの取得時にセキュア接続を使用するかどうかを示します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property UseSecureConnection As ReportExpression(Of Boolean)
Get
Set
'使用
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>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
ReportExpression<T> オブジェクト。