Partager via


Propriété Title

Gets or sets the title string of the ReportViewerWebPart.

Espace de noms :  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly :  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Overrides Property Title As String
    Get
    Set
'Utilisation
Dim instance As ReportViewerWebPart
Dim value As String

value = instance.Title

instance.Title = value
public override string Title { get; set; }
public:
virtual property String^ Title {
    String^ get () override;
    void set (String^ value) override;
}
abstract Title : string with get, set
override Title : string with get, set
override function get Title () : String
override function set Title (value : String)

Valeur de propriété

Type : System. . :: . .String
A string value that contains the ReportViewerWebPart title.

Implémente

IWebPart. . :: . .Title

Notes

This property can be configured using the Title text box in the default Web Part properties tab in the tool pane of the Web-based Web Part design user interface.