ReportViewerWebPart.Title Property

Definition

Gets or sets the title string of the ReportViewerWebPart.

public:
 virtual property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public override string Title { get; set; }
member this.Title : string with get, set
Public Overrides Property Title As String

Property Value

A string value that contains the ReportViewerWebPart title.

Remarks

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.

Applies to