Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / QueryVariableTextEventArgs Class
Members


In This Topic
    QueryVariableTextEventArgs Class
    In This Topic
    Provides information on the variable to be evaluated.
    Syntax
    'Declaration
     
    Public Class QueryVariableTextEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As QueryVariableTextEventArgs
    public class QueryVariableTextEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Grid.Reporting.QueryVariableTextEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QueryVariableTextEventArgs class specifying the information necessary to evaulate the variable.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the value of the variable's "format" parameter.  
    Public PropertyGets the Format Provider that will be used to format the string representation of the variable.  
    Public PropertyGets the current page number.  
    Public PropertyGets the total number of pages in the report.  
    Public PropertyGets the name of the variable.  
    Public PropertyGets or sets the string representation of the variable.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also