Extension(String, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Extension class.
public:
Extension(System::String ^ name, System::String ^ localizedName, bool visible);
public Extension (string name, string localizedName, bool visible);
new Microsoft.ReportingServices.Interfaces.Extension : string * string * bool -> Microsoft.ReportingServices.Interfaces.Extension
Public Sub New (name As String, localizedName As String, visible As Boolean)
Parameters
- name
- String
The name of the extension as defined in the configuration file.
- localizedName
- String
The localized name of the extension to be used for display purposes in a user interface.
- visible
- Boolean
Indicates whether an extension is visible in a user interface.
Remarks
You should not create a new instance of the Extension class.