Extension 생성자
Initializes a new instance of the Extension class.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
구문
‘선언
Public Sub New ( _
name As String, _
localizedName As String, _
visible As Boolean _
)
‘사용 방법
Dim name As String
Dim localizedName As String
Dim visible As Boolean
Dim instance As New Extension(name, localizedName, _
visible)
public Extension(
string name,
string localizedName,
bool visible
)
public:
Extension(
String^ name,
String^ localizedName,
bool visible
)
new :
name:string *
localizedName:string *
visible:bool -> Extension
public function Extension(
name : String,
localizedName : String,
visible : boolean
)
매개 변수
- name
유형: System. . :: . .String
The name of the extension as defined in the configuration file.
- localizedName
유형: System. . :: . .String
The localized name of the extension to be used for display purposes in a user interface.
- visible
유형: System. . :: . .Boolean
Indicates whether an extension is visible in a user interface.