다음을 통해 공유


Report.InitialPageName 속성

Gets or sets the initial or default name of the report page.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property InitialPageName As ReportExpression 
    Get 
    Set
‘사용 방법
Dim instance As Report 
Dim value As ReportExpression 

value = instance.InitialPageName

instance.InitialPageName = value
public ReportExpression InitialPageName { get; set; }
public:
property ReportExpression InitialPageName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member InitialPageName : ReportExpression with get, set
function get InitialPageName () : ReportExpression 
function set InitialPageName (value : ReportExpression)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The initial or default name of the report page.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스